wok diff x265-dev/receipt @ rev 22539

updated bird (2.0.3 -> 2.0.7)
author Hans-G?nter Theisgen
date Fri Jan 03 16:08:36 2020 +0100 (2020-01-03)
parents cf73576ccb13
children 18342dfd2c1b
line diff
     1.1 --- a/x265-dev/receipt	Wed May 18 16:28:27 2016 +0200
     1.2 +++ b/x265-dev/receipt	Fri Jan 03 16:08:36 2020 +0100
     1.3 @@ -1,21 +1,22 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="x265-dev"
     1.7 -VERSION="1.9"
     1.8 +VERSION="3.2"
     1.9  CATEGORY="development"
    1.10  MAINTAINER="pascal.bellard@slitaz.org"
    1.11  LICENSE="GPL2"
    1.12 -SHORT_DESC="x265 devel files"
    1.13 -WEB_SITE="http://www.videolan.org/developers/x265.html"
    1.14 -WANTED="x265"
    1.15 +SHORT_DESC="x265 - development files."
    1.16 +WEB_SITE="https://www.videolan.org/developers/x265.html"
    1.17  
    1.18  DEPENDS="x265 pkg-config"
    1.19 +WANTED="x265"
    1.20  
    1.21  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.22  genpkg_rules()
    1.23  {
    1.24  	mkdir -p $fs/usr/lib
    1.25 -	cp -a $install/usr/lib/*a $fs/usr/lib
    1.26 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.27 -	cp -a $install/usr/include $fs/usr
    1.28 +
    1.29 +	cp -a $install/usr/lib/*a		$fs/usr/lib
    1.30 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.31 +	cp -a $install/usr/include		$fs/usr
    1.32  }