wok rev 23111

updated libtorrent-rasterbar and libtorrent-rasterbar-dev (1.2.0 -> 1.2.5)
author Hans-G?nter Theisgen
date Thu Mar 12 16:16:29 2020 +0100 (2020-03-12)
parents 5608a6c51d53
children 44cb5d13be95
files libtorrent-rasterbar-dev/receipt libtorrent-rasterbar/receipt
line diff
     1.1 --- a/libtorrent-rasterbar-dev/receipt	Thu Mar 12 14:33:21 2020 +0100
     1.2 +++ b/libtorrent-rasterbar-dev/receipt	Thu Mar 12 16:16:29 2020 +0100
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent-rasterbar-dev"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.2.5"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Development files for libtorrent-rasterbar."
    1.11  MAINTAINER="slaxemulator@gmail.com"
    1.12  LICENSE="BSD"
    1.13  WEB_SITE="https://www.rasterbar.com/products/libtorrent/"
    1.14  
    1.15 -WANTED="libtorrent-rasterbar"
    1.16  DEPENDS="libboost-filesystem-dev libboost-math-dev libboost-thread-dev \
    1.17  	libtorrent-rasterbar pkg-config zlib-dev"
    1.18 +WANTED="libtorrent-rasterbar"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
     2.1 --- a/libtorrent-rasterbar/receipt	Thu Mar 12 14:33:21 2020 +0100
     2.2 +++ b/libtorrent-rasterbar/receipt	Thu Mar 12 16:16:29 2020 +0100
     2.3 @@ -1,7 +1,7 @@
     2.4  # SliTaz package receipt.
     2.5  
     2.6  PACKAGE="libtorrent-rasterbar"
     2.7 -VERSION="1.2.0"
     2.8 +VERSION="1.2.5"
     2.9  CATEGORY="development"
    2.10  SHORT_DESC="A C++ library that aims to be a good alternative to all the other bittorrent implementations around."
    2.11  MAINTAINER="slaxemulator@gmail.com"
    2.12 @@ -12,17 +12,19 @@
    2.13  TARBALL="$PACKAGE-$VERSION.tar.gz"
    2.14  WGET_URL="https://github.com/arvidn/$SOURCE/releases/download/${SOURCE}_${VERSION//./_}/$TARBALL"
    2.15  
    2.16 -DEPENDS="libboost-filesystem libboost-math libboost-python libboost-thread \
    2.17 -	openssl python"
    2.18 -BUILD_DEPENDS="gcc83 libboost-filesystem-dev libboost-math-dev libboost-python-dev \
    2.19 -	libboost-thread-dev openssl-dev python-dev zlib-dev"
    2.20 +DEPENDS="gcc83-lib-base libboost-filesystem libboost-math libboost-python 
    2.21 +	libboost-thread openssl python"
    2.22 +BUILD_DEPENDS="autoconf automake gcc83 libboost-filesystem-dev 
    2.23 +	libboost-math-dev libboost-python-dev libboost-thread-dev 
    2.24 +	libtool openssl-dev python-dev zlib-dev"
    2.25  
    2.26  # Rules to configure and make the package.
    2.27  compile_rules()
    2.28  {
    2.29  	export CC=gcc-83
    2.30  	export CXX=g++-83
    2.31 -	./configure			\
    2.32 +
    2.33 +	./bootstrap.sh			\
    2.34  		--enable-python-binding \
    2.35  		$CONFIGURE_ARGS &&
    2.36  	make &&