wok rev 25291

updated rtorrent (0.9.7 -> 0.9.8)
author Hans-G?nter Theisgen
date Tue Jul 19 10:09:31 2022 +0100 (22 months ago)
parents 0ce20f30ad33
children 67cb30289e9b
files rtorrent/description.txt rtorrent/receipt
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/rtorrent/description.txt	Tue Jul 19 10:09:31 2022 +0100
     1.3 @@ -0,0 +1,7 @@
     1.4 +The rTorrent bittorrent client uses ncurses and is ideal
     1.5 +for use with tmux, screen or dtach.
     1.6 +Alternatively, version 0.9.7+ has a built-in daemon mode
     1.7 +disabling the user interface, so you can only control it
     1.8 +via XMLRPC.
     1.9 +It supports saving of sessions, allows the user to add
    1.10 +and remove torrents, and much more.
     2.1 --- a/rtorrent/receipt	Tue Jul 19 09:50:44 2022 +0100
     2.2 +++ b/rtorrent/receipt	Tue Jul 19 10:09:31 2022 +0100
     2.3 @@ -1,19 +1,20 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="rtorrent"
     2.7 -VERSION="0.9.7"
     2.8 +VERSION="0.9.8"
     2.9  CATEGORY="network"
    2.10 -SHORT_DESC="Ncurses based torrent client"
    2.11 +TAGS="torrent"
    2.12 +SHORT_DESC="Ncurses based torrent client."
    2.13  MAINTAINER="mimas@slitaz.org"
    2.14  LICENSE="GPL2"
    2.15 +WEB_SITE="https://rakshasa.github.io/rtorrent/"
    2.16 +
    2.17  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.18 -WEB_SITE="https://github.com/rakshasa/rtorrent/"
    2.19 -WGET_URL="$WEB_SITE/archive/v$VERSION.tar.gz"
    2.20 -TAGS="torrent"
    2.21 +WGET_URL="https://github.com/rakshasa/$PACKAGE/releases/download/v$VERSION/$TARBALL"
    2.22  
    2.23 -DEPENDS="ncurses libtorrent zlib ncursesw xmlrpc-c gcc83-lib-base"
    2.24 -BUILD_DEPENDS="ncurses-dev libtorrent-dev libtorrent pkg-config xmlrpc-c-dev \
    2.25 -libsigc++-dev curl-dev automake libtool gcc83"
    2.26 +DEPENDS="gcc83-lib-base libtorrent ncurses ncursesw xmlrpc-c zlib"
    2.27 +BUILD_DEPENDS="curl-dev gcc83 libsigc++-dev libtorrent libtorrent-dev
    2.28 +	ncurses-dev pkg-config xmlrpc-c-dev"
    2.29  
    2.30  current_version()
    2.31  {
    2.32 @@ -24,19 +25,17 @@
    2.33  # Rules to configure and make the package.
    2.34  compile_rules()
    2.35  {
    2.36 -	export	CC=gcc-83
    2.37 -	export	CXX=g++-83
    2.38 -
    2.39 -	./autogen.sh
    2.40 -	./configure \
    2.41 -		--with-xmlrpc-c \
    2.42 +	./configure			\
    2.43 +		CC=gcc-83		\
    2.44 +		CXX=g++-83		\
    2.45 +		--with-xmlrpc-c		\
    2.46  		$CONFIGURE_ARGS &&
    2.47 -	make && make install
    2.48 +	make &&
    2.49 +	make install
    2.50  }
    2.51  
    2.52  # Rules to gen a SliTaz package suitable for Tazpkg.
    2.53  genpkg_rules()
    2.54  {
    2.55 -	mkdir -p $fs/usr
    2.56 -	cp -a $install/usr/bin $fs/usr
    2.57 +	cook_copy_folders	bin
    2.58  }