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

Collapse All | Expand All

(-)dclib-0.3.23.ebuild.orig (-3 / +10 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/dclib/dclib-0.3.23.ebuild,v 1.7 2010/01/16 19:04:59 armin76 Exp $
3
# $Header: /var/cvsroot/gentoo-x86/net-p2p/dclib/dclib-0.3.23.ebuild,v 1.7 2010/01/16 19:04:59 armin76 Exp $
4
4
5
EAPI="2"
6
7
inherit autotools base eutils
8
5
DESCRIPTION="DirectConnect client library"
9
DESCRIPTION="DirectConnect client library"
6
HOMEPAGE="http://sourceforge.net/projects/wxdcgui"
10
HOMEPAGE="http://sourceforge.net/projects/wxdcgui"
7
SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"
11
SRC_URI="mirror://sourceforge/wxdcgui/${P}.tar.bz2"
Lines 13-20 Link Here
13
17
14
DEPEND=">=app-arch/bzip2-1.0.2
18
DEPEND=">=app-arch/bzip2-1.0.2
15
	>=dev-libs/libxml2-2.4.22"
19
	>=dev-libs/libxml2-2.4.22"
20
RDEPEND="${DEPEND}"
21
22
DOCS=( "AUTHORS" "ChangeLog" "NEWS" "README" "TODO" )
16
23
17
src_install() {
24
src_prepare() {
18
	emake DESTDIR="${D}" install || die "emake install failed."
25
	epatch "${FILESDIR}/${P}-as-needed.patch"
19
	dodoc AUTHORS ChangeLog NEWS README TODO
26
	eautoreconf
20
}
27
}

Return to bug 282426