CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
ctorrent: Initial import (verified compilation).
authorVictor Martinez <pitillo@ono.com>
Sat, 23 Jan 2010 13:18:57 +0000 (13:18 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 23 Jan 2010 13:18:57 +0000 (13:18 +0000)
ctorrent/.footprint [new file with mode: 0644]
ctorrent/.md5sum [new file with mode: 0644]
ctorrent/Pkgfile [new file with mode: 0644]

diff --git a/ctorrent/.footprint b/ctorrent/.footprint
new file mode 100644 (file)
index 0000000..cf43f11
--- /dev/null
@@ -0,0 +1,3 @@
+drwxr-xr-x     root/root       usr/
+drwxr-xr-x     root/root       usr/bin/
+-rwxr-xr-x     root/root       usr/bin/ctorrent
diff --git a/ctorrent/.md5sum b/ctorrent/.md5sum
new file mode 100644 (file)
index 0000000..c2fa08a
--- /dev/null
@@ -0,0 +1 @@
+59b23dd05ff70791cd6449effa7fc3b6  ctorrent-dnh3.3.2.tar.gz
diff --git a/ctorrent/Pkgfile b/ctorrent/Pkgfile
new file mode 100644 (file)
index 0000000..9603df2
--- /dev/null
@@ -0,0 +1,21 @@
+# Description: Enhanced CTorrent is a BitTorrent client for unix-like environments
+# URL: http://sourceforge.net/projects/dtorrent/ 
+# Maintainer: Victor Martinez, pitillo at ono dot com
+# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
+# Depends on: 
+
+name=ctorrent
+version=3.3.2
+release=1
+source=(http://dl.sourceforge.net/project/dtorrent/dtorrent/$version/ctorrent-dnh3.3.2.tar.gz)
+
+build() {
+  cd ctorrent-dnh3.3.2
+  ./configure --build=$CHOST \
+              --host=$CTARGET \
+              --disable-nls \
+              --prefix=/usr \
+              --mandir=/usr/man
+  make
+  make DESTDIR=$PKG install
+}