aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ctorrent/ctorrent.inc
diff options
context:
space:
mode:
Diffstat (limited to 'packages/ctorrent/ctorrent.inc')
-rw-r--r--packages/ctorrent/ctorrent.inc11
1 files changed, 11 insertions, 0 deletions
diff --git a/packages/ctorrent/ctorrent.inc b/packages/ctorrent/ctorrent.inc
index e69de29bb2..67f270c0ba 100644
--- a/packages/ctorrent/ctorrent.inc
+++ b/packages/ctorrent/ctorrent.inc
@@ -0,0 +1,11 @@
+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>"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
+S = "${WORKDIR}/ctorrent-${PV}"
+
+inherit autotools