diff options
Diffstat (limited to 'net-p2p/btpd/btpd-0.13.ebuild')
-rw-r--r-- | net-p2p/btpd/btpd-0.13.ebuild | 14 |
1 files changed, 4 insertions, 10 deletions
diff --git a/net-p2p/btpd/btpd-0.13.ebuild b/net-p2p/btpd/btpd-0.13.ebuild index dc33f6dc23dc..d9b3f29b6c01 100644 --- a/net-p2p/btpd/btpd-0.13.ebuild +++ b/net-p2p/btpd/btpd-0.13.ebuild @@ -1,29 +1,23 @@ # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.1 2007/06/18 22:32:25 sekretarz Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $ -DESCRIPTION="BTPD is a bittorrent client consisting of a daemon and client commands" +DESCRIPTION="BitTorrent client consisting of a daemon and client" HOMEPAGE="http://www.murmeldjur.se/btpd/" SRC_URI="http://www.murmeldjur.se/btpd/${P}.tar.gz http://people.su.se/~rnyberg/btpd/${P}.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~x86 ~amd64" +KEYWORDS="~amd64 ~x86" IUSE="" RDEPEND="net-misc/curl dev-libs/openssl - dev-libs/libevent sys-apps/shadow" DEPEND="${RDEPEND}" -src_compile() { - econf || die "econf failed" - emake || die "econf failed" -} - src_install() { - make DESTDIR=${D} install || die "make install failed" + emake DESTDIR="${D}" install || die "emake install failed" newinitd "${FILESDIR}/initd_btpd" btpd newconfd "${FILESDIR}/confd_btpd" btpd |