wok diff rtorrent/receipt @ rev 20995

updated gputils (0.14.3 -> 1.5.0.1)
author Hans-G?nter Theisgen
date Thu Mar 07 17:47:51 2019 +0100 (2019-03-07)
parents 3b4e4318134e
children addb674a634f
line diff
     1.1 --- a/rtorrent/receipt	Tue Dec 03 18:28:51 2013 +0000
     1.2 +++ b/rtorrent/receipt	Thu Mar 07 17:47:51 2019 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="rtorrent"
     1.7 -VERSION="0.8.9"
     1.8 +VERSION="0.9.3"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Ncurses based torrent client"
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -18,8 +18,6 @@
    1.13  # Rules to configure and make the package.
    1.14  compile_rules()
    1.15  {
    1.16 -	cd $src
    1.17 -	export LDFLAGS="-Wl,--copy-dt-needed-entries -lpthread"
    1.18  	./configure \
    1.19  		--with-xmlrpc-c \
    1.20  		$CONFIGURE_ARGS &&
    1.21 @@ -32,4 +30,3 @@
    1.22  	mkdir -p $fs/usr
    1.23  	cp -a $install/usr/bin $fs/usr
    1.24  }
    1.25 -