wok diff libtorrent-rasterbar-dev/receipt @ rev 21920

Add pcem
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 05 16:15:48 2019 +0200 (2019-10-05)
parents 6e8b1bcb30e2
children 2a63ec277b0d
line diff
     1.1 --- a/libtorrent-rasterbar-dev/receipt	Thu Jan 24 11:33:03 2019 +0100
     1.2 +++ b/libtorrent-rasterbar-dev/receipt	Sat Oct 05 16:15:48 2019 +0200
     1.3 @@ -1,23 +1,23 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="libtorrent-rasterbar-dev"
     1.7 -VERSION="0.16.13"
     1.8 +VERSION="1.2.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for libtorrent-rasterbar"
    1.11 +SHORT_DESC="Development files for libtorrent-rasterbar."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="BSD"
    1.14  WEB_SITE="https://www.rasterbar.com/products/libtorrent/"
    1.15 +
    1.16  WANTED="libtorrent-rasterbar"
    1.17 -
    1.18 -DEPENDS="libtorrent-rasterbar libboost-math-dev libboost-thread-dev \
    1.19 -libboost-filesystem-dev zlib-dev pkg-config"
    1.20 +DEPENDS="libboost-filesystem-dev libboost-math-dev libboost-thread-dev \
    1.21 +	libtorrent-rasterbar pkg-config zlib-dev"
    1.22  
    1.23  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.24  genpkg_rules()
    1.25  {
    1.26  	mkdir -p $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.29 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.30 +
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.33 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.34  }
    1.35 -