diff --git a/amule/.md5sum b/amule/.md5sum index dbc955c8c..00091e88b 100644 --- a/amule/.md5sum +++ b/amule/.md5sum @@ -1 +1 @@ -283c428dd2961a57f2691c455c845a42 aMule-2.2.4.tar.bz2 +d26048f8e00a1ca801b3b41156b4268d aMule-2.2.5.tar.bz2 diff --git a/amule/Pkgfile b/amule/Pkgfile index 534d3f80b..3abff0b00 100644 --- a/amule/Pkgfile +++ b/amule/Pkgfile @@ -5,13 +5,12 @@ # Depends on: wxgtk, crypto++ name=amule -version=2.2.4 +version=2.2.5 release=1 source=(http://download.berlios.de/amule/aMule-$version.tar.bz2) build() { cd aMule-$version -# patch -p0 -i $SRC/$name-$version-configure.patch export CFLAGS="${CFLAGS//-fstack-protector/}" export CXXFLAGS="${CXXFLAGS//-fstack-protector/}" ./configure --prefix=/usr \ @@ -19,5 +18,5 @@ build() { --disable-nls make make install DESTDIR=$PKG - rm -rf $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas} + rm -r $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas} }