From 7042d86a41009d254613dab29000424fd399de47 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Thu, 2 Dec 2004 07:11:06 +0000 Subject: [PATCH] Correct the ctorrent upstream URI. BKrev: 41aec00aPVynOZjL29Wig2ZenZnR2w --- ctorrent/ctorrent_1.3.4.oe | 11 +++++++++++ 1 file changed, 11 insertions(+) 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 -- 2.39.5