blob: 9557a2bf33455fc180f9918c429ab97dc2c262f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
DESCRIPTION = "CTorrent is a console BitTorrent client written in the C \
programming language. This version is with the extensions from \
http://www.rahul.net/dholmes/ctorrent/ (dnh2 + vfat patch)"
DEPENDS = "openssl"
LICENSE = "GPL"
SECTION = "network"
SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
S = "${WORKDIR}/ctorrent-${PV}"
inherit autotools
|