amule: removed (orphaned and requires wxgtk which was moved to contrib)

This commit is contained in:
Jose V Beneyto 2011-09-23 14:23:44 +02:00
parent d571dd0423
commit 3c313171c5
3 changed files with 0 additions and 31 deletions

View File

@ -1,9 +0,0 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/bin/
-rwxr-xr-x root/root usr/bin/amule
-rwxr-xr-x root/root usr/bin/ed2k
drwxr-xr-x root/root usr/share/
drwxr-xr-x root/root usr/share/applications/
-rw-r--r-- root/root usr/share/applications/amule.desktop
drwxr-xr-x root/root usr/share/pixmaps/
-rw-r--r-- root/root usr/share/pixmaps/amule.xpm

View File

@ -1 +0,0 @@
530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2

View File

@ -1,21 +0,0 @@
# Description: An all-platform Edonkey client.
# URL: http://www.amule.org/
# Maintainer: Antti Nykanen, aon at iki dot fi
# Depends on: wxgtk, crypto++
name=amule
version=2.2.6
release=1
source=(http://download.berlios.de/amule/aMule-$version.tar.bz2)
build() {
cd aMule-$version
export CFLAGS="${CFLAGS//-fstack-protector/}"
export CXXFLAGS="${CXXFLAGS//-fstack-protector/}"
./configure --prefix=/usr \
--mandir=/usr/man \
--disable-nls
make
make install DESTDIR=$PKG
rm -r $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas}
}