# HG changeset patch # User Christophe Lincoln # Date 1253661281 -7200 # Node ID e5f66f079609208161d55eb0e770e7a2ff9ef883 # Parent f67ec55bfa844b225cca09a1471f03085b499b5a Fix: update libtorrent () 0.12.5 and rtorrent (0.8.5) various fix + build with gcc-4.x diff -r f67ec55bfa84 -r e5f66f079609 libtorrent-dev/receipt --- a/libtorrent-dev/receipt Tue Sep 22 20:33:45 2009 +0000 +++ b/libtorrent-dev/receipt Wed Sep 23 01:14:41 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtorrent-dev" -VERSION="0.12.4" +VERSION="0.12.5" CATEGORY="development" SHORT_DESC="Libtorrent development files." MAINTAINER="mimas@slitaz.org" diff -r f67ec55bfa84 -r e5f66f079609 libtorrent/receipt --- a/libtorrent/receipt Tue Sep 22 20:33:45 2009 +0000 +++ b/libtorrent/receipt Wed Sep 23 01:14:41 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtorrent" -VERSION="0.12.4" +VERSION="0.12.5" CATEGORY="network" SHORT_DESC="Torrent library for rtorrent" MAINTAINER="mimas@slitaz.org" @@ -16,11 +16,11 @@ { cd $src ./configure \ - --prefix=/usr \ - --infodir=/usr/share/info \ - --mandir=/usr/share/man \ - $CONFIGURE_ARGS - make + --prefix=/usr \ + --infodir=/usr/share/info \ + --mandir=/usr/share/man \ + $CONFIGURE_ARGS && + make && make DESTDIR=$PWD/_pkg install } @@ -29,5 +29,4 @@ { mkdir -p $fs/usr/lib cp -a $_pkg/usr/lib/*.so* $fs/usr/lib - strip -s $fs/usr/lib/* } diff -r f67ec55bfa84 -r e5f66f079609 rtorrent/receipt --- a/rtorrent/receipt Tue Sep 22 20:33:45 2009 +0000 +++ b/rtorrent/receipt Wed Sep 23 01:14:41 2009 +0200 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="rtorrent" -VERSION="0.8.4" +VERSION="0.8.5" CATEGORY="network" SHORT_DESC="Ncurses based torrent client" MAINTAINER="mimas@slitaz.org"