summaryrefslogtreecommitdiffstats
path: root/extra/rtorrent
diff options
context:
space:
mode:
authorskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:28:07 +0400
committerskingrapher <gandalf@aldebaran.(none)>2009-11-27 12:28:07 +0400
commit68bcab953f8713e7854ff1f101161d95adfaac0e (patch)
treef4cf1894c5dd26d7ab2a484ef27c4174adbf988d /extra/rtorrent
parent8495c4730ac7f680808105162bb9cb2f9f9c64a9 (diff)
downloadnutyx-extra-68bcab953f8713e7854ff1f101161d95adfaac0e.tar.gz
nutyx-extra-68bcab953f8713e7854ff1f101161d95adfaac0e.tar.bz2
nutyx-extra-68bcab953f8713e7854ff1f101161d95adfaac0e.tar.xz
nutyx-extra-68bcab953f8713e7854ff1f101161d95adfaac0e.zip
ajout de rtorrent#0.8.5-1
Diffstat (limited to 'extra/rtorrent')
-rw-r--r--extra/rtorrent/.footprint7
-rw-r--r--extra/rtorrent/.md5sum1
-rw-r--r--extra/rtorrent/Pkgfile17
3 files changed, 25 insertions, 0 deletions
diff --git a/extra/rtorrent/.footprint b/extra/rtorrent/.footprint
new file mode 100644
index 000000000..529fb30fb
--- /dev/null
+++ b/extra/rtorrent/.footprint
@@ -0,0 +1,7 @@
+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 b/extra/rtorrent/.md5sum
new file mode 100644
index 000000000..f4bebe387
--- /dev/null
+++ b/extra/rtorrent/.md5sum
@@ -0,0 +1 @@
+e701095e1824b7e512a17000f4c0a783 rtorrent-0.8.5.tar.gz
diff --git a/extra/rtorrent/Pkgfile b/extra/rtorrent/Pkgfile
new file mode 100644
index 000000000..215fac801
--- /dev/null
+++ b/extra/rtorrent/Pkgfile
@@ -0,0 +1,17 @@
+# Description: a BitTorrent client for ncurses
+# URL: http://libtorrent.rakshasa.no/downloads/
+# Maintainer: NuTyX core team
+# Packager: skingrapher at legtux dot org
+# Depends 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
+}