wok rev 16661
Up rtorrent (0.9.3)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Wed May 14 07:04:33 2014 +0000 (2014-05-14) |
parents | 10baa41a7882 |
children | 315e6df21801 |
files | rtorrent/receipt |
line diff
1.1 --- a/rtorrent/receipt Wed May 14 06:47:26 2014 +0000 1.2 +++ b/rtorrent/receipt Wed May 14 07:04:33 2014 +0000 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 -