From: Victor Martinez Date: Sat, 23 Jan 2010 13:18:57 +0000 (+0000) Subject: ctorrent: Initial import (verified compilation). X-Git-Url: http://gitweb/?a=commitdiff_plain;h=e061f855889c48ede321efff34c2ebe3cf19561a;hp=35d05da959e4506efa97d18baa8859fc30fe31c2;p=attic%2Fports%2Fopt-cross.git ctorrent: Initial import (verified compilation). --- diff --git a/ctorrent/.footprint b/ctorrent/.footprint new file mode 100644 index 0000000..cf43f11 --- /dev/null +++ b/ctorrent/.footprint @@ -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 index 0000000..c2fa08a --- /dev/null +++ b/ctorrent/.md5sum @@ -0,0 +1 @@ +59b23dd05ff70791cd6449effa7fc3b6 ctorrent-dnh3.3.2.tar.gz diff --git a/ctorrent/Pkgfile b/ctorrent/Pkgfile new file mode 100644 index 0000000..9603df2 --- /dev/null +++ b/ctorrent/Pkgfile @@ -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 +}