wok rev 23110

updated libtorrent and libtorrent-dev (0.13.7 -> 0.13.8)
author Hans-G?nter Theisgen
date Thu Mar 12 14:33:21 2020 +0100 (2020-03-12)
parents ce958cbd9cf3
children 2a63ec277b0d
files libtorrent-dev/receipt libtorrent/receipt
line diff
     1.1 --- a/libtorrent-dev/receipt	Thu Mar 12 14:07:27 2020 +0100
     1.2 +++ b/libtorrent-dev/receipt	Thu Mar 12 14:33:21 2020 +0100
     1.3 @@ -1,15 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent-dev"
     1.7 -VERSION="0.13.7"
     1.8 +VERSION="0.13.8"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Libtorrent development files."
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13  WEB_SITE="https://rakshasa.github.io/rtorrent/"
    1.14  
    1.15 +DEPENDS="libtorrent pkg-config"
    1.16  WANTED="libtorrent"
    1.17 -DEPENDS="libtorrent pkg-config"
    1.18  
    1.19  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.20  genpkg_rules()
     2.1 --- a/libtorrent/receipt	Thu Mar 12 14:07:27 2020 +0100
     2.2 +++ b/libtorrent/receipt	Thu Mar 12 14:33:21 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libtorrent"
     2.7 -VERSION="0.13.7"
     2.8 +VERSION="0.13.8"
     2.9  CATEGORY="network"
    2.10  SHORT_DESC="Torrent library for rtorrent."
    2.11  MAINTAINER="mimas@slitaz.org"
    2.12 @@ -11,7 +11,7 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/rakshasa/$PACKAGE/archive/v$VERSION.tar.gz"
    2.15  
    2.16 -DEPENDS="curl libsigc++ openssl gcc83-lib-base"
    2.17 +DEPENDS="curl gcc83-lib-base libsigc++ openssl"
    2.18  BUILD_DEPENDS="automake curl-dev gcc83 libsigc++-dev libtool openssl-dev"
    2.19  
    2.20  CROSS_BUGS="bug: can not run test program"
    2.21 @@ -21,7 +21,7 @@
    2.22  compile_rules()
    2.23  {
    2.24  	./autogen.sh &&
    2.25 -	./configure \
    2.26 +	./configure		\
    2.27  		CC=gcc-83	\
    2.28  		CXX=g++-83	\
    2.29  		$CONFIGURE_ARGS &&
    2.30 @@ -33,5 +33,5 @@
    2.31  genpkg_rules()
    2.32  {
    2.33  	mkdir -p $fs/usr/lib
    2.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    2.35 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    2.36  }