blob: 67f270c0bae7053cfcc4e097281415ad4b74664f (
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."
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
|