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

(-)/usr/portage/net-p2p/mldonkey/mldonkey-2.5.28-r4.ebuild (-3 / +2 lines)
Lines 1-12 Link Here
1
# Copyright 1999-2005 Gentoo Foundation
1
# Copyright 1999-2005 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/cvsroot/gentoo-x86/net-p2p/mldonkey/mldonkey-2.5.28-r4.ebuild,v 1.2 2005/02/05 18:56:50 luckyduck Exp $
3
# $Header: $
4
4
5
inherit eutils
5
inherit eutils
6
6
7
IUSE="gtk gtk2"
7
IUSE="gtk gtk2"
8
8
9
PATCHPACK="patch_pack28h.gz"
9
PATCHPACK="patch_pack30c.gz"
10
10
11
DESCRIPTION="mldonkey is a new client to access the eDonkey network. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface."
11
DESCRIPTION="mldonkey is a new client to access the eDonkey network. It is written in Objective-Caml, and comes with its own GTK GUI, an HTTP interface and a telnet interface."
12
HOMEPAGE="http://www.nongnu.org/mldonkey/"
12
HOMEPAGE="http://www.nongnu.org/mldonkey/"
Lines 32-38 Link Here
32
	unpack ${P}.tar.bz2
32
	unpack ${P}.tar.bz2
33
	cd ${S}
33
	cd ${S}
34
	epatch ${DISTDIR}/${PATCHPACK}
34
	epatch ${DISTDIR}/${PATCHPACK}
35
	use gtk || epatch ${FILESDIR}/${PV}-config.patch
36
	export WANT_AUTOCONF=2.5
35
	export WANT_AUTOCONF=2.5
37
	cd config; autoconf; cd ..
36
	cd config; autoconf; cd ..
38
}
37
}

Return to bug 84100