# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: $ MY_P=${P/m/M} S=${WORKDIR}/${MY_P} DESCRIPTION="Another emule file-sharing program" HOMEPAGE="http://sourceforge.net/projects/amule" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" DEPEND=">=x11-libs/wxGTK-2.4 >=sys-libs/zlib-1.1.4" src_compile () { aclocal automake autoconf econf || die MAKEOPTS="${MAKEOPTS} -j1" emake || die } src_install () { einstall || die }