wok-current diff libtorrent-dev/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 b18dfc65984c
children 86c2b49d0dc6
line diff
     1.1 --- a/libtorrent-dev/receipt	Fri Jan 24 03:00:29 2014 +0000
     1.2 +++ b/libtorrent-dev/receipt	Fri Apr 19 07:28:58 2019 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent-dev"
     1.7 -VERSION="0.13.3"
     1.8 +VERSION="0.13.7"
     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  WANTED="libtorrent"
    1.16 -WEB_SITE="http://libtorrent.rakshasa.no/"
    1.17 -
    1.18  DEPENDS="libtorrent pkg-config"
    1.19  
    1.20  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.21  genpkg_rules()
    1.22  {
    1.23  	mkdir -p $fs/usr/lib/pkgconfig
    1.24 -	cp -a $install/usr/include $fs/usr
    1.25 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig/*.pc $fs/usr/lib/pkgconfig
    1.27 +
    1.28 +	cp -a $install/usr/include		$fs/usr
    1.29 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig/*.pc	$fs/usr/lib/pkgconfig
    1.31  }