summaryrefslogtreecommitdiffstats
path: root/extra/amule
diff options
context:
space:
mode:
authorfredjo <frederic.joly@9online.fr>2009-11-01 20:24:48 +0100
committerfredjo <frederic.joly@9online.fr>2009-11-01 20:24:48 +0100
commit780681cce68ad5488219f8edf9ed656c988fd8d0 (patch)
treeb839122d9dacd4198bcef7eb3eb47d68b438dd9b /extra/amule
parent23e8cfc5daf795375872dd57c27dfc06ca9d76b3 (diff)
downloadnutyx-pakxe-780681cce68ad5488219f8edf9ed656c988fd8d0.tar.gz
nutyx-pakxe-780681cce68ad5488219f8edf9ed656c988fd8d0.tar.bz2
nutyx-pakxe-780681cce68ad5488219f8edf9ed656c988fd8d0.tar.xz
nutyx-pakxe-780681cce68ad5488219f8edf9ed656c988fd8d0.zip
Ajout du build Amule#2.2.6
Diffstat (limited to 'extra/amule')
-rw-r--r--extra/amule/.footprint30
-rw-r--r--extra/amule/.md5sum1
-rw-r--r--extra/amule/Pkgfile32
3 files changed, 63 insertions, 0 deletions
diff --git a/extra/amule/.footprint b/extra/amule/.footprint
new file mode 100644
index 000000000..dca006457
--- /dev/null
+++ b/extra/amule/.footprint
@@ -0,0 +1,30 @@
+drwxr-xr-x root/root usr/
+drwxr-xr-x root/root usr/bin/
+-rwxr-xr-x root/root usr/bin/alc
+-rwxr-xr-x root/root usr/bin/alcc
+-rwxr-xr-x root/root usr/bin/amule
+-rwxr-xr-x root/root usr/bin/amulecmd
+-rwxr-xr-x root/root usr/bin/amuled
+-rwxr-xr-x root/root usr/bin/amulegui
+-rwxr-xr-x root/root usr/bin/amuleweb
+-rwxr-xr-x root/root usr/bin/cas
+-rwxr-xr-x root/root usr/bin/ed2k
+-rwxr-xr-x root/root usr/bin/wxcas
+drwxr-xr-x root/root usr/share/
+drwxr-xr-x root/root usr/share/applications/
+-rw-r--r-- root/root usr/share/applications/alc.desktop
+-rw-r--r-- root/root usr/share/applications/amule.desktop
+-rw-r--r-- root/root usr/share/applications/amulegui.desktop
+-rw-r--r-- root/root usr/share/applications/wxcas.desktop
+drwxr-xr-x root/root usr/share/cas/
+-rw-r--r-- root/root usr/share/cas/stat.png
+-rw-r--r-- root/root usr/share/cas/tmp.html
+drwxr-xr-x root/root usr/share/locale/
+drwxr-xr-x root/root usr/share/locale/fr/
+drwxr-xr-x root/root usr/share/locale/fr/LC_MESSAGES/
+-rw-r--r-- root/root usr/share/locale/fr/LC_MESSAGES/amule.mo
+drwxr-xr-x root/root usr/share/pixmaps/
+-rw-r--r-- root/root usr/share/pixmaps/alc.xpm
+-rw-r--r-- root/root usr/share/pixmaps/amule.xpm
+-rw-r--r-- root/root usr/share/pixmaps/amulegui.xpm
+-rw-r--r-- root/root usr/share/pixmaps/wxcas.xpm
diff --git a/extra/amule/.md5sum b/extra/amule/.md5sum
new file mode 100644
index 000000000..47c12c207
--- /dev/null
+++ b/extra/amule/.md5sum
@@ -0,0 +1 @@
+530d9b48187e36f78fc21bb19e94326d aMule-2.2.6.tar.bz2
diff --git a/extra/amule/Pkgfile b/extra/amule/Pkgfile
new file mode 100644
index 000000000..dff77f345
--- /dev/null
+++ b/extra/amule/Pkgfile
@@ -0,0 +1,32 @@
+# Description: An all-platform Edonkey client.
+# URL: http://www.amule.org/
+# Maintainer: Antti Nykänen, aon at iki dot fi
+# Packager: Falcony, falcony at users dot sourceforge dot net
+# Depends on: wxgtk, crypto++
+
+name=amule
+version=2.2.6
+release=2
+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-embedded_crypto \
+ --enable-utf8-systray \
+ --enable-cas \
+ --enable-wxcas \
+ --enable-amule-daemon \
+ --enable-amulecmd \
+ --enable-amule-gui \
+ --enable-alc \
+ --enable-alcc \
+ --enable-webserver
+ make
+ make install DESTDIR=$PKG
+ rm -rf $PKG/usr/{share/{doc,amule},man,lib,bin/autostart-xas}
+}
+