wok diff libtorrent/receipt @ rev 21320

updated libtorrent and libtorrent-dev (0.13.3 -> 0.13.7)
author Hans-G?nter Theisgen
date Fri Apr 19 07:28:58 2019 +0100 (2019-04-19)
parents 7d672a2330b8
children 86c2b49d0dc6
line diff
     1.1 --- a/libtorrent/receipt	Wed Apr 23 01:06:05 2014 +0200
     1.2 +++ b/libtorrent/receipt	Fri Apr 19 07:28:58 2019 +0100
     1.3 @@ -1,27 +1,32 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent"
     1.7 -VERSION="0.13.3"
     1.8 +VERSION="0.13.7"
     1.9  CATEGORY="network"
    1.10 -SHORT_DESC="Torrent library for rtorrent"
    1.11 +SHORT_DESC="Torrent library for rtorrent."
    1.12  MAINTAINER="mimas@slitaz.org"
    1.13  LICENSE="GPL2"
    1.14 +WEB_SITE="https://rakshasa.github.io/rtorrent/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.17 -WEB_SITE="http://libtorrent.rakshasa.no/"
    1.18 -WGET_URL="http://libtorrent.rakshasa.no/downloads/$TARBALL"
    1.19 +WGET_URL="https://github.com/rakshasa/$PACKAGE/archive/v$VERSION.tar.gz"
    1.20 +
    1.21 +DEPENDS="curl libsigc++ openssl"
    1.22 +BUILD_DEPENDS="automake curl-dev gcc83 libsigc++-dev openssl-dev"
    1.23  
    1.24  CROSS_BUGS="bug: can not run test program"
    1.25  #HOST_ARCH="i486 arm"
    1.26  
    1.27 -DEPENDS="curl libsigc++ openssl"
    1.28 -BUILD_DEPENDS="curl-dev libsigc++-dev openssl-dev"
    1.29 -
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 +	./autogen.sh &&
    1.34  	./configure \
    1.35 +		CC=gcc-83	\
    1.36 +		CXX=g++-83	\
    1.37  		$CONFIGURE_ARGS &&
    1.38 -	make && make install
    1.39 +	make -j 1 &&
    1.40 +	make install
    1.41  }
    1.42  
    1.43  # Rules to gen a SliTaz package suitable for Tazpkg.