amule: updated to 2.2.5
This commit is contained in:
parent
eb90b01211
commit
a31c75fae5
@ -1 +1 @@
|
|||||||
283c428dd2961a57f2691c455c845a42 aMule-2.2.4.tar.bz2
|
d26048f8e00a1ca801b3b41156b4268d aMule-2.2.5.tar.bz2
|
||||||
|
@ -5,13 +5,12 @@
|
|||||||
# Depends on: wxgtk, crypto++
|
# Depends on: wxgtk, crypto++
|
||||||
|
|
||||||
name=amule
|
name=amule
|
||||||
version=2.2.4
|
version=2.2.5
|
||||||
release=1
|
release=1
|
||||||
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
|
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd aMule-$version
|
cd aMule-$version
|
||||||
# patch -p0 -i $SRC/$name-$version-configure.patch
|
|
||||||
export CFLAGS="${CFLAGS//-fstack-protector/}"
|
export CFLAGS="${CFLAGS//-fstack-protector/}"
|
||||||
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
|
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
|
||||||
./configure --prefix=/usr \
|
./configure --prefix=/usr \
|
||||||
@ -19,5 +18,5 @@ build() {
|
|||||||
--disable-nls
|
--disable-nls
|
||||||
make
|
make
|
||||||
make install DESTDIR=$PKG
|
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}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user