# HG changeset patch # User Hans-G?nter Theisgen # Date 1584020001 -3600 # Node ID 5608a6c51d538f940d00285fc011afa3a91a1db9 # Parent ce958cbd9cf399dc1fdc1174ee8948433bc4b99c updated libtorrent and libtorrent-dev (0.13.7 -> 0.13.8) diff -r ce958cbd9cf3 -r 5608a6c51d53 libtorrent-dev/receipt --- a/libtorrent-dev/receipt Thu Mar 12 14:07:27 2020 +0100 +++ b/libtorrent-dev/receipt Thu Mar 12 14:33:21 2020 +0100 @@ -1,15 +1,15 @@ # SliTaz package receipt. PACKAGE="libtorrent-dev" -VERSION="0.13.7" +VERSION="0.13.8" CATEGORY="development" SHORT_DESC="Libtorrent development files." MAINTAINER="mimas@slitaz.org" LICENSE="GPL2" WEB_SITE="https://rakshasa.github.io/rtorrent/" +DEPENDS="libtorrent pkg-config" WANTED="libtorrent" -DEPENDS="libtorrent pkg-config" # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() diff -r ce958cbd9cf3 -r 5608a6c51d53 libtorrent/receipt --- a/libtorrent/receipt Thu Mar 12 14:07:27 2020 +0100 +++ b/libtorrent/receipt Thu Mar 12 14:33:21 2020 +0100 @@ -1,7 +1,7 @@ # SliTaz package receipt. PACKAGE="libtorrent" -VERSION="0.13.7" +VERSION="0.13.8" CATEGORY="network" SHORT_DESC="Torrent library for rtorrent." MAINTAINER="mimas@slitaz.org" @@ -11,7 +11,7 @@ TARBALL="$PACKAGE-$VERSION.tar.gz" WGET_URL="https://github.com/rakshasa/$PACKAGE/archive/v$VERSION.tar.gz" -DEPENDS="curl libsigc++ openssl gcc83-lib-base" +DEPENDS="curl gcc83-lib-base libsigc++ openssl" BUILD_DEPENDS="automake curl-dev gcc83 libsigc++-dev libtool openssl-dev" CROSS_BUGS="bug: can not run test program" @@ -21,7 +21,7 @@ compile_rules() { ./autogen.sh && - ./configure \ + ./configure \ CC=gcc-83 \ CXX=g++-83 \ $CONFIGURE_ARGS && @@ -33,5 +33,5 @@ genpkg_rules() { mkdir -p $fs/usr/lib - cp -a $install/usr/lib/*.so* $fs/usr/lib + cp -a $install/usr/lib/*.so* $fs/usr/lib }