summaryrefslogtreecommitdiffstats
path: root/extra/rtorrent/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/rtorrent/Pkgfile')
-rw-r--r--extra/rtorrent/Pkgfile20
1 files changed, 0 insertions, 20 deletions
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
-}
-