summaryrefslogtreecommitdiffstats
path: root/extra/libtorrent/Pkgfile
blob: 6d4c1f6a0decc6a5cfd0b8f1b4bba05c4adbf761 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: librairie BitTorrent
# URL: http://libtorrent.rakshasa.no/downloads/
# Maintainer: NuTyX coreteam
# Packager: skingrapher at legtux dot org
# Depends on: libsigc++, curl
# Run on:
name=libtorrent
version=0.12.5
release=1
source=(http://libtorrent.rakshasa.no/downloads/$name-$version.tar.gz)

build() {
cd $name-$version
	./autogen.sh
        ./configure --prefix=/usr --enable-ipv6
        make
        make DESTDIR=$PKG install
}