amule: picked up orphan port

This commit is contained in:
Danny Rawlins 2011-09-23 23:23:39 +10:00
parent 848923449a
commit a78bf15636
3 changed files with 36 additions and 0 deletions

9
amule/.footprint Normal file
View File

@ -0,0 +1,9 @@
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

1
amule/.md5sum Normal file
View File

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

26
amule/Pkgfile Normal file
View File

@ -0,0 +1,26 @@
# Description: An all-platform Edonkey client.
# URL: http://www.amule.org/
# Maintainer: Danny Rawlins, monster dot romster at gmail dot com
# Packager: Antti Nykanen, aon at iki dot fi
# Depends on: wxgtk crypto++
name=amule
version=2.2.6
release=1
source=(http://downloads.sourceforge.net/project/amule/aMule/$version/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}
}