network/aMule: Fixed dep information

This commit is contained in:
ponce 2012-08-23 21:54:51 +02:00
parent 10c2f1fb94
commit 1b1bc6e9dc
2 changed files with 2 additions and 2 deletions

View file

@ -3,7 +3,7 @@ wxWidgets class library. It was originally forked from the xMule project,
which in turn was forked from the lMule project. This is turn was the
first fork of eMule to run nativly on Linux and other Unix-like systems.
This requires wxPython/wxGTK and cryptopp and optimunally libupnp
libupnp and GeoIP are optional dependencies.
You can build optimal features of aMule with following variables;

View file

@ -5,6 +5,6 @@ DOWNLOAD="http://downloads.sourceforge.net/amule/aMule-2.3.1.tar.xz"
MD5SUM="5f5707ad2073d37100409870aa5d3f93"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="GeoIP cryptopp libupnp wxPython"
REQUIRES="cryptopp wxPython"
MAINTAINER="Ozan Türkyılmaz"
EMAIL="<ozan.turkyilmaz[@]gmail.com>"