wok-6.x diff rtorrent/receipt @ rev 21586
updated nspr and nspr-dev (4.10.8 -> 4.21)
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 20 13:58:55 2019 +0100 (2019-05-20) |
parents | ae84e29836bb |
children | 8296cfe551a1 |
line diff
1.1 --- a/rtorrent/receipt Wed May 14 07:04:33 2014 +0000 1.2 +++ b/rtorrent/receipt Mon May 20 13:58:55 2019 +0100 1.3 @@ -1,23 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="rtorrent" 1.7 -VERSION="0.9.3" 1.8 +VERSION="0.9.7" 1.9 CATEGORY="network" 1.10 SHORT_DESC="Ncurses based torrent client" 1.11 MAINTAINER="mimas@slitaz.org" 1.12 LICENSE="GPL2" 1.13 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.14 -WEB_SITE="http://libtorrent.rakshasa.no/" 1.15 -WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL" 1.16 +WEB_SITE="https://github.com/rakshasa/rtorrent" 1.17 +WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz" 1.18 TAGS="torrent" 1.19 1.20 DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc-lib-base" 1.21 BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \ 1.22 -libsigc++-dev curl-dev" 1.23 +libsigc++-dev curl-dev automake libtool" 1.24 1.25 # Rules to configure and make the package. 1.26 compile_rules() 1.27 { 1.28 + ./autogen.sh 1.29 ./configure \ 1.30 --with-xmlrpc-c \ 1.31 $CONFIGURE_ARGS &&