wok diff pixman-dev/receipt @ rev 25037

Up glza (0.11.4)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat May 21 21:38:29 2022 +0000 (2022-05-21)
parents a78610b2eb47
children 86267c34e70e
line diff
     1.1 --- a/pixman-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/pixman-dev/receipt	Sat May 21 21:38:29 2022 +0000
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="pixman-dev"
     1.7 -VERSION="0.32.6"
     1.8 +VERSION="0.38.4"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Pixman library devel files"
    1.11 +SHORT_DESC="Pixman library - development files."
    1.12  MAINTAINER="pankso@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -WEB_SITE="https://www.cairographics.org/"
    1.15 +WEB_SITE="http://pixman.org/"
    1.16 +
    1.17 +DEPENDS="pixman pkg-config"
    1.18 +WANTED="pixman"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -WANTED="pixman"
    1.23 -DEPENDS="pixman pkg-config"
    1.24 -
    1.25  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.26  genpkg_rules()
    1.27  {
    1.28  	mkdir -p $fs/usr/lib
    1.29 -	cp -a $install/usr/include $fs/usr
    1.30 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.31 -	cp -a $install/usr/lib/*.*a $fs/usr/lib
    1.32 +
    1.33 +	cp -a $install/usr/include		$fs/usr
    1.34 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.35 +	cp -a $install/usr/lib/*.*a		$fs/usr/lib
    1.36  }