Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 195132 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/net-p2p/btpd/btpd-0.13.ebuild (+11 lines)
Lines 2-7 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/btpd/btpd-0.13.ebuild,v 1.2 2007/09/11 11:35:22 armin76 Exp $
4
4
5
inherit autotools eutils
6
5
DESCRIPTION="BitTorrent client consisting of a daemon and client"
7
DESCRIPTION="BitTorrent client consisting of a daemon and client"
6
HOMEPAGE="http://www.murmeldjur.se/btpd/"
8
HOMEPAGE="http://www.murmeldjur.se/btpd/"
7
SRC_URI="http://www.murmeldjur.se/btpd/${P}.tar.gz http://people.su.se/~rnyberg/btpd/${P}.tar.gz"
9
SRC_URI="http://www.murmeldjur.se/btpd/${P}.tar.gz http://people.su.se/~rnyberg/btpd/${P}.tar.gz"
Lines 16-21 Link Here
16
		sys-apps/shadow"
18
		sys-apps/shadow"
17
DEPEND="${RDEPEND}"
19
DEPEND="${RDEPEND}"
18
20
21
src_unpack() {
22
	unpack ${A}
23
24
	cd ${S}
25
26
	epatch ${FILESDIR}/${P}-as-needed-fix.patch
27
	eautomake
28
}
29
19
src_install() {
30
src_install() {
20
	emake DESTDIR="${D}" install || die "emake install failed"
31
	emake DESTDIR="${D}" install || die "emake install failed"
21
32

Return to bug 195132