Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 153269
Collapse All | Expand All

(-)dctc-0.85.9.ebuild (-5 / +11 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2006 Gentoo Foundation
1
# Copyright 1999-2006 Gentoo Foundation
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/www/viewcvs.gentoo.org/raw_cvs/gentoo-x86/net-p2p/dctc/dctc-0.85.9.ebuild,v 1.14 2006/06/06 20:39:23 sekretarz Exp $
3
# $Header: $
4
5
WANT_AUTOCONF="latest"
6
WANT_AUTOMAKE="latest"
4
7
5
inherit eutils autotools
8
inherit eutils autotools
6
9
Lines 14-26 Link Here
14
SLOT="0"
17
SLOT="0"
15
KEYWORDS="x86 ppc ~amd64 ~sparc"
18
KEYWORDS="x86 ppc ~amd64 ~sparc"
16
19
17
DEPEND="=dev-libs/glib-2*
20
RDEPEND="=dev-libs/glib-2*
18
	>=sys-libs/db-3
21
	>=sys-libs/db-3
19
	dev-libs/libxml2"
22
	dev-libs/libxml2"
23
DEPEND="${RDEPEND}
24
	dev-util/pkgconfig"
20
25
21
src_unpack() {
26
src_unpack() {
22
	unpack ${A}
27
	unpack ${A}
23
	cd ${S}
28
	cd "${S}"
24
29
25
	epatch "${FILESDIR}"/dctc-0.85.6-passive.patch
30
	epatch "${FILESDIR}"/dctc-0.85.6-passive.patch
26
	epatch "${FILESDIR}"/dctc-0.85.9-gcc41.patch
31
	epatch "${FILESDIR}"/dctc-0.85.9-gcc41.patch
Lines 29-35 Link Here
29
}
34
}
30
35
31
src_install() {
36
src_install() {
32
	emake DESTDIR=${D} install || die
37
	emake DESTDIR="${D}" install || die "emake install failed"
38
	dodoc AUTHORS ChangeLog KNOWN_BUGS NEWS README TODO
39
	cd Documentation
33
	dodoc Documentation/* Documentation/DCextensions/*
40
	dodoc Documentation/* Documentation/DCextensions/*
34
	dodoc AUTHORS COPYING ChangeLog INSTALL KNOWN_BUGS NEWS README TODO
35
}
41
}

Return to bug 153269