From 23a7b3bbe3d8a4e86c95fe82a5cbcb4836b178dd Mon Sep 17 00:00:00 2001 From: skingrapher Date: Fri, 27 Nov 2009 12:26:32 +0400 Subject: ajout de libtorrent#0.12.5-1 --- extra/libtorrent/Pkgfile | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 extra/libtorrent/Pkgfile (limited to 'extra/libtorrent/Pkgfile') diff --git a/extra/libtorrent/Pkgfile b/extra/libtorrent/Pkgfile new file mode 100644 index 000000000..7b0fd52b4 --- /dev/null +++ b/extra/libtorrent/Pkgfile @@ -0,0 +1,17 @@ +# Description: the BitTorrent library +# URL: http://libtorrent.rakshasa.no/downloads/ +# Maintainer: NuTyX coreteam +# Packager: skingrapher at legtux dot org +# Depends on: libsigc++, curl +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 +} -- cgit v1.2.3-70-g09d2