void-packages/srcpkgs/rtorrent/template

25 lines
926 B
Plaintext

# Template file for 'rtorrent'
pkgname=rtorrent
version=0.8.9
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
build_style=gnu-configure
configure_args="--disable-debug"
revision=1
short_desc="Ncurses BitTorrent client based on libTorrent"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no"
license="GPL-2"
checksum=cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84
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."
Add_dependency build glibc-devel
Add_dependency build libcurl-devel
Add_dependency build libsigc++-devel
Add_dependency build libstdc++-devel
Add_dependency build libtorrent-devel
Add_dependency build ncurses-devel