aMule Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

We're back! (IN POG FORM)

Author Topic: Gentoo ebuild for aMule 1.2.0  (Read 3000 times)

Guest

  • Guest
Gentoo ebuild for aMule 1.2.0
« on: November 27, 2003, 08:01:01 PM »

I noticed it's long time Gentoo ebuild for aMule isn't updated, the last release is 1.1.0.

I've casually found the ebuild for 1.1.2, isn't there an official repository?
Logged

marchino

  • Newbie
  • Karma: 0
  • Offline Offline
  • Posts: 1
Re: Gentoo ebuild for aMule 1.2.0
« Reply #1 on: November 30, 2003, 10:20:55 AM »

Quote
Original von ilmalcom

I noticed it's long time Gentoo ebuild for aMule isn't updated, the last release is 1.1.0.

I've casually found the ebuild for 1.1.2, isn't there an official repository?


In the unstable branch, there is ebuild for amule 1.1.2

Simply take this ebuild, copy it to /usr/local/portage/net-p2p directory (create it before), then rename the file to amule-1.2.0.ebuild

Edit your /etc/make.conf so it will have

[code:1]
PORTDIR_OVERLAY=/usr/local/portage
[/code:1]

Run
[code:1]
ebuild /usr/local/portage/net-p2p/amule-1.2.0.ebuild digest
[/code:1]
then
[code:1]
emerge /usr/local/portage/net-p2p/amule-1.2.0.ebuild

or

ACCEPT_KEYWORDS=~x86 emerge amule
[/code:1]

you should be ok!

bye

marchino
Logged