summaryrefslogtreecommitdiffstats
path: root/test/imule/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'test/imule/Pkgfile')
-rw-r--r--test/imule/Pkgfile23
1 files changed, 23 insertions, 0 deletions
diff --git a/test/imule/Pkgfile b/test/imule/Pkgfile
new file mode 100644
index 000000000..2f057af1b
--- /dev/null
+++ b/test/imule/Pkgfile
@@ -0,0 +1,23 @@
+# Description: Logiciel de partage de fichiers P2P anonymes
+# URL: http://www.imule.i2p.tin0.de
+# Maintainer: NuTyX core team
+# Packager: thierryn1 at hispeed dot ch
+# Depends on: wxgtk
+
+name=imule
+version=1.4.6
+release=1
+source=(http://aceini.no-ip.info/$name/$version/iMule_${version}_src.tbz)
+
+build() {
+ tar xf iMule_${version}_src.tbz
+ cd iMule-$version-src
+ ./configure --enable-debug=no \
+ --enable-optimize=yes \
+ --prefix=/usr \
+ --disable-profile
+ make
+ make DESTDIR=$PKG install
+
+}
+