aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/ctorrent/ctcs_1.4.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/ctorrent/ctcs_1.4.1.bb')
-rw-r--r--recipes/ctorrent/ctcs_1.4.1.bb12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes/ctorrent/ctcs_1.4.1.bb b/recipes/ctorrent/ctcs_1.4.1.bb
new file mode 100644
index 0000000000..f56c283b35
--- /dev/null
+++ b/recipes/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/
+}