--- /dev/null
+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/
+}
-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