# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Turns other processes into daemons" HOMEPAGE="http://www.libslack.org/daemon/" SRC_URI="http://www.libslack.org/daemon/download/${P}.tar.gz" LICENSE="GPL" SLOT="0" KEYWORDS="~x86 ~amd64" DEPEND="" S=${WORKDIR}/daemon-${PV} src_compile() { emake || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc LICENSE README }