aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ctorrent
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-12-13 13:56:34 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-12-13 13:56:34 +0000
commitdc7c0ef93655469e49784567dee30d512cb25915 (patch)
tree01b5c9b854a3fbeadf0188c3ac16ffc662973e33 /packages/ctorrent
parent22f91df4f55e0ffa9dd988a697247158e615f892 (diff)
downloadopenembedded-dc7c0ef93655469e49784567dee30d512cb25915.tar.gz
Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
into r2d2.tm.informatik.uni-frankfurt.de:/local/pkg/oe/packages 2004/12/12 16:51:09+01:00 uni-frankfurt.de!mickeyl cpio: fix section 2004/12/12 16:50:40+01:00 uni-frankfurt.de!mickeyl ctorrent: add license and fix section 2004/12/12 15:48:05+01:00 uni-frankfurt.de!mickeyl add netgear ma701 to hostap_cs.conf BKrev: 41bd9f92iZOrYKjgTLiF60Wi2hL76w
Diffstat (limited to 'packages/ctorrent')
-rw-r--r--packages/ctorrent/ctorrent_1.3.2.bb12
-rw-r--r--packages/ctorrent/ctorrent_1.3.4.bb12
2 files changed, 24 insertions, 0 deletions
diff --git a/packages/ctorrent/ctorrent_1.3.2.bb b/packages/ctorrent/ctorrent_1.3.2.bb
index e69de29bb2..435420f366 100644
--- a/packages/ctorrent/ctorrent_1.3.2.bb
+++ b/packages/ctorrent/ctorrent_1.3.2.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
+programming language."
+DEPENDS = "openssl"
+LICENSE = "GPL"
+SECTION = "network"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.gz"
+S = "${WORKDIR}/ctorrent-${PV}"
+
+inherit autotools
diff --git a/packages/ctorrent/ctorrent_1.3.4.bb b/packages/ctorrent/ctorrent_1.3.4.bb
index e69de29bb2..b1db2fb098 100644
--- a/packages/ctorrent/ctorrent_1.3.4.bb
+++ b/packages/ctorrent/ctorrent_1.3.4.bb
@@ -0,0 +1,12 @@
+DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
+programming language."
+DEPENDS = "openssl"
+LICENSE = "GPL"
+SECTION = "network"
+MAINTAINER = "Chris Larson <kergoth@handhelds.org>"
+PR = "r1"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
+S = "${WORKDIR}/ctorrent-${PV}"
+
+inherit autotools