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/rtorrent | |
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/rtorrent')
-rw-r--r-- | extra/rtorrent/.footprint.i686 | 7 | ||||
-rw-r--r-- | extra/rtorrent/.footprint.x86_64 | 7 | ||||
-rw-r--r-- | extra/rtorrent/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/rtorrent/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/rtorrent/Pkgfile | 20 |
5 files changed, 0 insertions, 36 deletions
diff --git a/extra/rtorrent/.footprint.i686 b/extra/rtorrent/.footprint.i686 deleted file mode 100644 index 529fb30fb..000000000 --- a/extra/rtorrent/.footprint.i686 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/rtorrent -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/rtorrent.1.gz diff --git a/extra/rtorrent/.footprint.x86_64 b/extra/rtorrent/.footprint.x86_64 deleted file mode 100644 index 529fb30fb..000000000 --- a/extra/rtorrent/.footprint.x86_64 +++ /dev/null @@ -1,7 +0,0 @@ -drwxr-xr-x root/root usr/ -drwxr-xr-x root/root usr/bin/ --rwxr-xr-x root/root usr/bin/rtorrent -drwxr-xr-x root/root usr/share/ -drwxr-xr-x root/root usr/share/man/ -drwxr-xr-x root/root usr/share/man/man1/ --rw-r--r-- root/root usr/share/man/man1/rtorrent.1.gz diff --git a/extra/rtorrent/.md5sum.i686 b/extra/rtorrent/.md5sum.i686 deleted file mode 100644 index f4bebe387..000000000 --- a/extra/rtorrent/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -e701095e1824b7e512a17000f4c0a783 rtorrent-0.8.5.tar.gz diff --git a/extra/rtorrent/.md5sum.x86_64 b/extra/rtorrent/.md5sum.x86_64 deleted file mode 100644 index f4bebe387..000000000 --- a/extra/rtorrent/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -e701095e1824b7e512a17000f4c0a783 rtorrent-0.8.5.tar.gz diff --git a/extra/rtorrent/Pkgfile b/extra/rtorrent/Pkgfile deleted file mode 100644 index 1b8e6682d..000000000 --- a/extra/rtorrent/Pkgfile +++ /dev/null @@ -1,20 +0,0 @@ -# Description: client BitTorrent en console utilisant ncurses -# URL: http://libtorrent.rakshasa.no/downloads/ -# Maintainer: NuTyX core team -# Packager: skingrapher at legtux dot org -# Depends on: libtorrent, curl -# Run on: libtorrent,curl - -name=rtorrent -version=0.8.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 -} - |