2011-06-20 19:35:25 +00:00
|
|
|
# Template file for 'rtorrent'
|
|
|
|
pkgname=rtorrent
|
2011-07-06 18:39:17 +00:00
|
|
|
version=0.8.9
|
2011-06-20 19:35:25 +00:00
|
|
|
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-21 13:41:30 +00:00
|
|
|
configure_args="--disable-debug"
|
2011-11-14 17:12:47 +00:00
|
|
|
revision=1
|
2011-06-20 19:35:25 +00:00
|
|
|
short_desc="Ncurses BitTorrent client based on libTorrent"
|
2011-07-17 06:27:36 +00:00
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-20 20:37:11 +00:00
|
|
|
homepage="http://libtorrent.rakshasa.no"
|
|
|
|
license="GPL-2"
|
2011-07-06 18:39:17 +00:00
|
|
|
checksum=cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84
|
2011-06-20 19:35:25 +00: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."
|
|
|
|
|
|
|
|
Add_dependency build glibc-devel
|
|
|
|
Add_dependency build libcurl-devel
|
2011-06-20 20:37:11 +00:00
|
|
|
Add_dependency build libsigc++-devel
|
|
|
|
Add_dependency build libstdc++-devel
|
|
|
|
Add_dependency build libtorrent-devel
|
2011-06-20 19:35:25 +00:00
|
|
|
Add_dependency build ncurses-devel
|