rtorrent: update to 0.9.2.

This commit is contained in:
Juan RP 2012-07-22 12:39:23 +02:00
parent 0970f41d59
commit 66cbffae68

View file

@ -1,19 +1,19 @@
# Template file for 'rtorrent' # Template file for 'rtorrent'
pkgname=rtorrent pkgname=rtorrent
version=0.8.9 version=0.9.2
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz" revision=1
build_style=gnu-configure build_style=gnu-configure
configure_args="--disable-debug" configure_args="--disable-debug"
revision=1 depends="libtorrent>=0.13.2"
makedepends="glibc-devel libcurl-devel libsigc++-devel libstdc++-devel libtorrent-devel ncurses-devel" makedepends="libcurl-devel libsigc++-devel libtorrent-devel>=0.13.2 ncurses-devel"
short_desc="Ncurses BitTorrent client based on libTorrent" short_desc="Ncurses BitTorrent client based on libTorrent"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://libtorrent.rakshasa.no" homepage="http://libtorrent.rakshasa.no"
license="GPL-2" license="GPL-2"
checksum=cca70eb36a0c176bbd6fdb3afe2bc9f163fa4c9377fc33bc29689dec60cf6d84 distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
checksum=5c8f8c780bee376afce3c1cde2f5ecb928f40bac23b2b8171deed5cf3c888c3d
long_desc=" long_desc="
rtorrent is a BitTorrent client for ncurses, using the libtorrent library. 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, 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 while delivering equivalent features to those found in GUI based clients
in an ncurses client." in an ncurses client."