wok diff pixman-dev/receipt @ rev 22491
updated apr and apr-dev (1.4.6 -> 1.7.0)
author | Hans-G?nter Theisgen |
---|---|
date | Tue Dec 31 14:21:42 2019 +0100 (2019-12-31) |
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 Tue Dec 31 14:21:42 2019 +0100 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 }