2011-06-20 19:35:25 +00:00
|
|
|
# Template file for 'rtorrent'
|
|
|
|
pkgname=rtorrent
|
2012-07-22 10:39:23 +00:00
|
|
|
version=0.9.2
|
2014-02-02 11:09:43 +00:00
|
|
|
revision=3
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2011-06-21 13:41:30 +00:00
|
|
|
configure_args="--disable-debug"
|
2014-02-02 11:09:43 +00:00
|
|
|
hostmakedepends="automake libtool pkg-config"
|
2013-03-25 17:27:07 +00:00
|
|
|
makedepends="libcurl-devel libsigc++-devel libtorrent-devel>=0.13.2 ncurses-devel"
|
2014-01-01 15:10:11 +00:00
|
|
|
depends="libtorrent>=0.13.2"
|
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"
|
2012-07-22 10:39:23 +00:00
|
|
|
distfiles="http://libtorrent.rakshasa.no/downloads/$pkgname-$version.tar.gz"
|
|
|
|
checksum=5c8f8c780bee376afce3c1cde2f5ecb928f40bac23b2b8171deed5cf3c888c3d
|
2013-03-25 17:27:07 +00:00
|
|
|
|
|
|
|
pre_configure() {
|
|
|
|
sed -e 's,AM_CONFIG_HEADER,AC_CONFIG_HEADERS,g' -i configure.ac
|
|
|
|
autoreconf -fi
|
|
|
|
}
|