wok rev 4181

Fix: update libtorrent () 0.12.5 and rtorrent (0.8.5) various fix + build with gcc-4.x
author Christophe Lincoln <pankso@slitaz.org>
date Wed Sep 23 01:14:41 2009 +0200 (2009-09-23)
parents f67ec55bfa84
children c865ba8902be
files libtorrent-dev/receipt libtorrent/receipt rtorrent/receipt
line diff
     1.1 --- a/libtorrent-dev/receipt	Tue Sep 22 20:33:45 2009 +0000
     1.2 +++ b/libtorrent-dev/receipt	Wed Sep 23 01:14:41 2009 +0200
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent-dev"
     1.7 -VERSION="0.12.4"
     1.8 +VERSION="0.12.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libtorrent development files."
    1.11  MAINTAINER="mimas@slitaz.org"
     2.1 --- a/libtorrent/receipt	Tue Sep 22 20:33:45 2009 +0000
     2.2 +++ b/libtorrent/receipt	Wed Sep 23 01:14:41 2009 +0200
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libtorrent"
     2.7 -VERSION="0.12.4"
     2.8 +VERSION="0.12.5"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Torrent library for rtorrent"
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12 @@ -16,11 +16,11 @@
    2.13  {
    2.14  	cd $src
    2.15  	./configure \
    2.16 -			--prefix=/usr \
    2.17 -			--infodir=/usr/share/info \
    2.18 -			--mandir=/usr/share/man \
    2.19 -			$CONFIGURE_ARGS
    2.20 -	make
    2.21 +		--prefix=/usr \
    2.22 +		--infodir=/usr/share/info \
    2.23 +		--mandir=/usr/share/man \
    2.24 +		$CONFIGURE_ARGS &&
    2.25 +	make &&
    2.26  	make DESTDIR=$PWD/_pkg install
    2.27  }
    2.28  
    2.29 @@ -29,5 +29,4 @@
    2.30  {
    2.31  	mkdir -p $fs/usr/lib
    2.32  	cp -a $_pkg/usr/lib/*.so* $fs/usr/lib
    2.33 -	strip -s $fs/usr/lib/*
    2.34  }
     3.1 --- a/rtorrent/receipt	Tue Sep 22 20:33:45 2009 +0000
     3.2 +++ b/rtorrent/receipt	Wed Sep 23 01:14:41 2009 +0200
     3.3 @@ -1,7 +1,7 @@
     3.4  # SliTaz package receipt.
     3.5  
     3.6  PACKAGE="rtorrent"
     3.7 -VERSION="0.8.4"
     3.8 +VERSION="0.8.5"
     3.9  CATEGORY="network"
    3.10  SHORT_DESC="Ncurses based torrent client"
    3.11  MAINTAINER="mimas@slitaz.org"