diff options
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 -} - |