diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-02 07:11:06 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-02 07:11:06 +0000 |
commit | 7042d86a41009d254613dab29000424fd399de47 (patch) | |
tree | 555e2df8d768b770eb6a115701968ac91c7d98cc | |
parent | 73f0d9e7986cdc24467c9caf2c03c5353be9a18f (diff) |
Correct the ctorrent upstream URI.
BKrev: 41aec00aPVynOZjL29Wig2ZenZnR2w
-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 |