wok-6.x diff rtorrent/receipt @ rev 17734
dahdi-linux: save firmware as source
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Fri Mar 06 11:23:56 2015 +0100 (2015-03-06) |
parents | 3b4e4318134e |
children | addb674a634f |
line diff
1.1 --- a/rtorrent/receipt Tue Dec 03 18:28:51 2013 +0000 1.2 +++ b/rtorrent/receipt Fri Mar 06 11:23:56 2015 +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 -