|
|
# Copyright 1999-2005 Gentoo Foundation | # Copyright 1999-2005 Gentoo Foundation |
# Distributed under the terms of the GNU General Public License v2 | # Distributed under the terms of the GNU General Public License v2 |
# $Header: /var/cvsroot/gentoo-x86/net-p2p/amule/amule-2.0.3-r4.ebuild,v 1.8 2005/12/18 18:57:18 mkay Exp $ |
# $Header: $ |
| |
inherit eutils flag-o-matic wxwidgets | inherit eutils flag-o-matic wxwidgets |
| |
|
|
| |
DESCRIPTION="aMule, the all-platform eMule p2p client" | DESCRIPTION="aMule, the all-platform eMule p2p client" |
HOMEPAGE="http://www.amule.org/" | HOMEPAGE="http://www.amule.org/" |
SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2" |
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" |
| |
LICENSE="GPL-2" | LICENSE="GPL-2" |
SLOT="0" | SLOT="0" |
KEYWORDS="~alpha amd64 ppc ppc64 ~sparc x86" |
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~sparc ~x86" |
IUSE="amuled debug nls remote stats unicode gtk" |
IUSE="amuled debug nls remote stats unicode gtk kad" |
| |
| |
DEPEND=">=x11-libs/wxGTK-2.6.0 | DEPEND=">=x11-libs/wxGTK-2.6.0 |
|
|
`use_enable remote webserver` \ | `use_enable remote webserver` \ |
`use_enable stats cas` \ | `use_enable stats cas` \ |
`use_enable stats alcc` \ | `use_enable stats alcc` \ |
|
`use_enable kad kad-compile` \ |
${myconf} \ | ${myconf} \ |
|| die | || die |
# we filter ssp until bug #74457 is closed to build on hardened | # we filter ssp until bug #74457 is closed to build on hardened |