diff options
Diffstat (limited to 'packages/ctorrent')
-rw-r--r-- | packages/ctorrent/ctcs_1.4.1.bb | 12 | ||||
-rw-r--r-- | packages/ctorrent/ctorrent.inc | 11 | ||||
-rw-r--r-- | packages/ctorrent/ctorrent_3.3.1.bb | 5 |
3 files changed, 22 insertions, 6 deletions
diff --git a/packages/ctorrent/ctcs_1.4.1.bb b/packages/ctorrent/ctcs_1.4.1.bb new file mode 100644 index 0000000000..f56c283b35 --- /dev/null +++ b/packages/ctorrent/ctcs_1.4.1.bb @@ -0,0 +1,12 @@ +require ctorrent.inc + +DESCRIPTION += This is the controller of the enhanced version" +RDEPENDS = "perl perl-module-strict perl-module-socket perl-module-tcntl \ + perl-module-errno perl-module-sys-hostname" + +SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctcs-${PV}.tar.gz" + +do_install () { + install -d ${D}/usr/bin + install -m 0755 ${S}/ctcs ${D}/usr/bin/ +} diff --git a/packages/ctorrent/ctorrent.inc b/packages/ctorrent/ctorrent.inc index 9557a2bf33..8005fa94e5 100644 --- a/packages/ctorrent/ctorrent.inc +++ b/packages/ctorrent/ctorrent.inc @@ -1,11 +1,10 @@ -DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \ -programming language. This version is with the extensions from \ -http://www.rahul.net/dholmes/ctorrent/ (dnh2 + vfat patch)" -DEPENDS = "openssl" -LICENSE = "GPL" +DESCRIPTION = "CTorrent is a console BitTorrent client \ + with a focus on being lightweight and quick." +HOMEPAGE = "http://www.rahul.net/dholmes/ctorrent/" SECTION = "network" +LICENSE = "GPL" +DEPENDS = "openssl" SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2" -S = "${WORKDIR}/ctorrent-${PV}" inherit autotools diff --git a/packages/ctorrent/ctorrent_3.3.1.bb b/packages/ctorrent/ctorrent_3.3.1.bb new file mode 100644 index 0000000000..812c0644b0 --- /dev/null +++ b/packages/ctorrent/ctorrent_3.3.1.bb @@ -0,0 +1,5 @@ +require ctorrent.inc + +DESCRIPTION += "This is the Enhanced version from the dtorrent project" + +SRC_URI = "${SOURCEFORGE_MIRROR}/dtorrent/ctorrent-dnh${PV}.tar.gz" |