diff options
author | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 20:43:05 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2011-03-10 20:43:05 +0100 |
commit | 4472d110f8bf381701fc3551fe325323125e8b39 (patch) | |
tree | ca4784513cdcc2367fce6b2a3426dca2996d679f /extra/libtorrent/Pkgfile | |
parent | 872c5418803a7c41c4ed0e64931d3e75e9240f43 (diff) | |
download | nutyx-pakxe-4472d110f8bf381701fc3551fe325323125e8b39.tar.gz nutyx-pakxe-4472d110f8bf381701fc3551fe325323125e8b39.tar.bz2 nutyx-pakxe-4472d110f8bf381701fc3551fe325323125e8b39.tar.xz nutyx-pakxe-4472d110f8bf381701fc3551fe325323125e8b39.zip |
rtorrent et deps dans ouvert
Diffstat (limited to 'extra/libtorrent/Pkgfile')
-rw-r--r-- | extra/libtorrent/Pkgfile | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/extra/libtorrent/Pkgfile b/extra/libtorrent/Pkgfile deleted file mode 100644 index 900fa6fa6..000000000 --- a/extra/libtorrent/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: librairie BitTorrent -# URL: http://libtorrent.rakshasa.no/downloads/ -# Maintainer: NuTyX coreteam -# Packager: skingrapher at legtux dot org -# Depends on: libsigc++, curl -# Run 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 -} - |