mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 17:02:56 +02:00
rtorrent: update to 0.9.7.
Closes #15009. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
781f9c2a59
commit
de3e76ce29
1 changed files with 7 additions and 9 deletions
|
@ -1,21 +1,19 @@
|
||||||
# Template file for 'rtorrent'
|
# Template file for 'rtorrent'
|
||||||
pkgname=rtorrent
|
pkgname=rtorrent
|
||||||
version=0.9.6
|
version=0.9.7
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-xmlrpc-c"
|
configure_args="--with-xmlrpc-c"
|
||||||
hostmakedepends="automake libtool pkg-config"
|
hostmakedepends="automake libtool pkg-config"
|
||||||
makedepends="libcurl-devel libsigc++-devel libtorrent-devel ncurses-devel xmlrpc-c-devel"
|
makedepends="cppunit-devel libsigc++-devel libtorrent-devel ncurses-devel
|
||||||
|
xmlrpc-c-devel"
|
||||||
short_desc="Ncurses BitTorrent client based on libTorrent"
|
short_desc="Ncurses BitTorrent client based on libTorrent"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="https://github.com/rakshasa/rtorrent"
|
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="https://github.com/rakshasa/${pkgname}/archive/${version}.tar.gz>${pkgname}-${version}.tar.gz"
|
homepage="https://github.com/rakshasa/rtorrent"
|
||||||
checksum=8ca89ca9e8f0cf984198d030203087e93d24743dfa158091a5d225a70ca4c8cf
|
distfiles="https://github.com/rakshasa/${pkgname}/archive/v${version}.tar.gz"
|
||||||
|
checksum=5a7c9ded6b92d5ffc5ae32c19816f2328848d70841a4ce7d2739a5024d3587ca
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Drop cppunit requirement
|
|
||||||
sed '/AM_PATH_CPPUNIT.*/d' -i configure.ac
|
|
||||||
autoreconf -fi
|
autoreconf -fi
|
||||||
sed -e 's,test "$cross_compiling" = yes, false,' -i configure
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue