ctorrent: add ctcs 1.4.1 and ctorrent 3.3.1. Closes 4278 and 2646.
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 21 May 2008 15:38:10 +0000 (15:38 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Wed, 21 May 2008 15:38:10 +0000 (15:38 +0000)
packages/ctorrent/ctcs_1.4.1.bb [new file with mode: 0644]
packages/ctorrent/ctorrent.inc
packages/ctorrent/ctorrent_3.3.1.bb [new file with mode: 0644]

diff --git a/packages/ctorrent/ctcs_1.4.1.bb b/packages/ctorrent/ctcs_1.4.1.bb
new file mode 100644 (file)
index 0000000..f56c283
--- /dev/null
@@ -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/
+}
index 9557a2b..8005fa9 100644 (file)
@@ -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 (file)
index 0000000..812c064
--- /dev/null
@@ -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"