network/aMule: Fixed dep information
This commit is contained in:
parent
10c2f1fb94
commit
1b1bc6e9dc
|
@ -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;
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in New Issue