buildrootschalter/package/ctorrent/ctorrent.mk
Olaf Rempel 52dbe07119 ctorrent: new package
Closes #243.

CTorrent is a BitTorrent client implemented in C++
to be lightweight and quick.
This is the enhanced version from
http://www.rahul.net/dholmes/ctorrent/

[Peter: minor kconfig tweaks]

Signed-off-by: Olaf Rempel <razzor@kopf-tisch.de>
Tested-by: Will Newton <will.newton@gmail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2009-07-27 21:23:34 +02:00

12 lines
361 B
Makefile

#############################################################
#
# enhanced ctorrent
#
#############################################################
CTORRENT_VERSION:=dnh3.3.2
CTORRENT_SOURCE:=ctorrent-$(CTORRENT_VERSION).tar.gz
CTORRENT_SITE:=http://www.rahul.net/dholmes/ctorrent/
CTORRENT_CONF_OPT:=--with-ssl=no
$(eval $(call AUTOTARGETS,package,ctorrent))