[oe-commits] org.oe.dev ctorrent: add ctcs 1.4.1 and ctorrent 3.3.1. Closes 4278 and 2646.

Laibsch commit oe at amethyst.openembedded.net
Wed May 21 15:42:15 UTC 2008


ctorrent: add ctcs 1.4.1 and ctorrent 3.3.1.  Closes 4278 and 2646.

Author: Laibsch at openembedded.org
Branch: org.openembedded.dev
Revision: 820f742ebe027d8179fb691a71e6deb709913256
ViewMTN: http://monotone.openembedded.org/revision/info/820f742ebe027d8179fb691a71e6deb709913256
Files:
1
packages/ctorrent/ctcs_1.4.1.bb
packages/ctorrent/ctorrent_3.3.1.bb
packages/ctorrent/ctorrent.inc
Diffs:

#
# mt diff -re54c6e58a4854af1768993d43ba63effbdcf21ef -r820f742ebe027d8179fb691a71e6deb709913256
#
#
#
# add_file "packages/ctorrent/ctcs_1.4.1.bb"
#  content [53b8c816f3d50399e26f9520a6b3f8d6a269fcc8]
# 
# add_file "packages/ctorrent/ctorrent_3.3.1.bb"
#  content [6914eee9fe703d58fb9628578497925236f73475]
# 
# patch "packages/ctorrent/ctorrent.inc"
#  from [4b8fc0a73230f74e56d7a4bff5fdcfd686b5034e]
#    to [bc2471ce8f2f52152c931e02994c6e907fa5287f]
#
============================================================
--- packages/ctorrent/ctcs_1.4.1.bb	53b8c816f3d50399e26f9520a6b3f8d6a269fcc8
+++ packages/ctorrent/ctcs_1.4.1.bb	53b8c816f3d50399e26f9520a6b3f8d6a269fcc8
@@ -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/
+}
============================================================
--- packages/ctorrent/ctorrent_3.3.1.bb	6914eee9fe703d58fb9628578497925236f73475
+++ packages/ctorrent/ctorrent_3.3.1.bb	6914eee9fe703d58fb9628578497925236f73475
@@ -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"
============================================================
--- packages/ctorrent/ctorrent.inc	4b8fc0a73230f74e56d7a4bff5fdcfd686b5034e
+++ packages/ctorrent/ctorrent.inc	bc2471ce8f2f52152c931e02994c6e907fa5287f
@@ -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"
+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"
-SECTION = "network"
+DEPENDS = "openssl"
 
 SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
-S = "${WORKDIR}/ctorrent-${PV}"
 
 inherit autotools






More information about the Openembedded-commits mailing list