aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ctorrent
diff options
context:
space:
mode:
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-21 15:38:10 +0000
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>2008-05-21 15:38:10 +0000
commit5db021724ed176a26943c2da7d6bfad998936900 (patch)
tree6e5a7d94a2c15f112ac9ebbaeed0b118fc610b68 /packages/ctorrent
parentd6fbe62d33cd4d2b24fee7c7cd2361e8cf1e9a07 (diff)
downloadopenembedded-5db021724ed176a26943c2da7d6bfad998936900.tar.gz
ctorrent: add ctcs 1.4.1 and ctorrent 3.3.1. Closes 4278 and 2646.
Diffstat (limited to 'packages/ctorrent')
-rw-r--r--packages/ctorrent/ctcs_1.4.1.bb12
-rw-r--r--packages/ctorrent/ctorrent.inc11
-rw-r--r--packages/ctorrent/ctorrent_3.3.1.bb5
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"