]> Pileus Git - ~andy/sunrise/blob - sys-apps/daemonize/daemonize-1.5.1.ebuild
sunrise/ app-portage/elog-list/elog-list-0.0.6.ebuild: Update header
[~andy/sunrise] / sys-apps / daemonize / daemonize-1.5.1.ebuild
1 # Copyright 1999-2009 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 DESCRIPTION="Runs a command as a Unix daemon"
6 HOMEPAGE="http://www.clapper.org/software/daemonize/"
7 SRC_URI="http://www.clapper.org/software/${PN}/${P}.tar.gz"
8
9 LICENSE="BSD"
10 SLOT="0"
11 KEYWORDS="~amd64 ~x86"
12 IUSE=""
13
14 src_install() {
15         dobin "${S}"/${PN}
16         doman "${S}"/${PN}.1
17 }