summaryrefslogtreecommitdiff
path: root/packages/ctorrent/ctorrent.inc
blob: a6a2f8bc351acf880e7bdcd64b43ae575ac57da6 (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. This version is with the extensions from \
http://www.rahul.net/dholmes/ctorrent/ (dnh2 + vfat patch)"
DEPENDS = "openssl"
LICENSE = "GPL"
SECTION = "network"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"

SRC_URI = "${SOURCEFORGE_MIRROR}/ctorrent/ctorrent-${PV}.tar.bz2"
S = "${WORKDIR}/ctorrent-${PV}"

inherit autotools