Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 43013 - ebuild for amule 1.2.6
Summary: ebuild for amule 1.2.6
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-26 12:14 UTC by António Godinho
Modified: 2004-02-26 13:22 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description António Godinho 2004-02-26 12:14:05 UTC
MY_P=${P/m/M}
S=${WORKDIR}/${MY_P}

DESCRIPTION="aNOTHER wxWindows based eMule P2P Client"
HOMEPAGE="http://sourceforge.net/projects/amule"
SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.bz2"
RESTRICT="nomirror"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~x86 ~amd64"
IUSE="nls"

DEPEND=">=x11-libs/wxGTK-2.4.2
        >=net-ftp/curl-7.11.0
        >=sys-libs/zlib-1.2.1"

src_compile() {
        econf `use_enable nls` || die
        emake -j1 || die
}

src_install() {
        einstall || die
}
Comment 1 António Godinho 2004-02-26 12:15:17 UTC
wxGTK-2.4.2 is required now, from the amule foruns.
This is mainly a bug fix release.
Comment 2 Martin Holzer (RETIRED) gentoo-dev 2004-02-26 13:22:48 UTC
in cvs