# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 MY_P=${P/m/M} MY_P=${MY_P/_/} S=${WORKDIR}/${MY_P} DESCRIPTION="aNOTHER wxWindows based eMule P2P Client" HOMEPAGE="http://www.amule.org" SRC_URI="http://download.berlios.de/${PN}/${MY_P}.tar.bz2" RESTRICT="nomirror" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86 ~amd64" IUSE="nls" EXTRA_ECONF="--disable-amulecmd --enable-optimise" DEPEND=">=x11-libs/wxGTK-2.4.2 >=net-ftp/curl-7.11.0 >=sys-libs/zlib-1.2.1 >=dev-libs/crypto++-5.1" src_compile() { econf `use_enable nls` || die emake -j1 || die } src_install() { einstall || die }