From: Chris Larson Date: Thu, 2 Dec 2004 07:11:06 +0000 (+0000) Subject: Correct the ctorrent upstream URI. X-Git-Tag: Release-2010-05/1~15825 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7042d86a41009d254613dab29000424fd399de47;p=openembedded.git Correct the ctorrent upstream URI. BKrev: 41aec00aPVynOZjL29Wig2ZenZnR2w --- 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 " + +SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2" +S = "${WORKDIR}/ctorrent-${PV}" + +inherit autotools