summaryrefslogtreecommitdiffstats
path: root/test/imule/Pkgfile
blob: 2f057af1b061dca67c78ec35a67b16c32ea00c39 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
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

}