wok diff libtorrent/receipt @ rev 24031

updated dialog (1.3_20190211 -> 1.3_20210324)
author Hans-G?nter Theisgen
date Tue Apr 06 13:52:57 2021 +0100 (2021-04-06)
parents 4953c6775507
children 5ea0ce1cecc0
line diff
     1.1 --- a/libtorrent/receipt	Thu Nov 21 11:46:03 2019 +0100
     1.2 +++ b/libtorrent/receipt	Tue Apr 06 13:52:57 2021 +0100
     1.3 @@ -1,7 +1,7 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent"
     1.7 -VERSION="0.13.7"
     1.8 +VERSION="0.13.8"
     1.9  CATEGORY="network"
    1.10  SHORT_DESC="Torrent library for rtorrent."
    1.11  MAINTAINER="mimas@slitaz.org"
    1.12 @@ -11,7 +11,7 @@
    1.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WGET_URL="https://github.com/rakshasa/$PACKAGE/archive/v$VERSION.tar.gz"
    1.15  
    1.16 -DEPENDS="curl libsigc++ openssl gcc83-lib-base"
    1.17 +DEPENDS="curl gcc83-lib-base libsigc++ openssl"
    1.18  BUILD_DEPENDS="automake curl-dev gcc83 libsigc++-dev libtool openssl-dev"
    1.19  
    1.20  CROSS_BUGS="bug: can not run test program"
    1.21 @@ -21,7 +21,7 @@
    1.22  compile_rules()
    1.23  {
    1.24  	./autogen.sh &&
    1.25 -	./configure \
    1.26 +	./configure		\
    1.27  		CC=gcc-83	\
    1.28  		CXX=g++-83	\
    1.29  		$CONFIGURE_ARGS &&
    1.30 @@ -33,5 +33,5 @@
    1.31  genpkg_rules()
    1.32  {
    1.33  	mkdir -p $fs/usr/lib
    1.34 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.36  }