void-packages/srcpkgs/rtorrent/template

20 lines
814 B
Plaintext
Raw Normal View History

2011-06-20 21:35:25 +02:00
# Template file for 'rtorrent'
pkgname=rtorrent
2011-07-06 20:39:17 +02:00
version=0.8.9
2011-06-20 21:35:25 +02:00
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-debug"
revision=1
makedepends="glibc-devel libcurl-devel libsigc++-devel libstdc++-devel libtorrent-devel ncurses-devel"
2011-06-20 21:35:25 +02:00
short_desc="Ncurses BitTorrent client based on libTorrent"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
2011-07-06 20:39:17 +02:00
checksum=cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84
2011-06-20 21:35:25 +02:00
long_desc="
rtorrent is a BitTorrent client for ncurses, using the libtorrent library.
The client and library is written in C++ with emphasis on speed and efficiency,
while delivering equivalent features to those found in GUI based clients
in an ncurses client."