summaryrefslogtreecommitdiff
path: root/ctorrent/ctorrent_1.3.4.oe
blob: cf37061e540262eaaa19a7c8c588e75fe4d0e89c (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 = "unknown"
SECTION = "net"
MAINTAINER = "Chris Larson <kergoth@handhelds.org>"

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

inherit autotools