diff options
-rw-r--r-- | ctorrent/ctorrent_1.3.4.oe | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ctorrent/ctorrent_1.3.4.oe b/ctorrent/ctorrent_1.3.4.oe index e69de29bb2..cf37061e54 100644 --- a/ctorrent/ctorrent_1.3.4.oe +++ b/ctorrent/ctorrent_1.3.4.oe @@ -0,0 +1,11 @@ +DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \ +programming language." +DEPENDS = "openssl" +LICENSE = "unknown" +SECTION = "net" +MAINTAINER = "Chris Larson <kergoth@handhelds.org>" + +SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2" +S = "${WORKDIR}/ctorrent-${PV}" + +inherit autotools |