blob: b1db2fb0988f29dbee5c470be6ad62596f2441f8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
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>"
PR = "r1"
SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
S = "${WORKDIR}/ctorrent-${PV}"
inherit autotools
|