wok-current diff xcb-util-dev/receipt @ rev 23153
updated lxtask (0.1.8 -> 0.1.9)
author | Hans-G?nter Theisgen |
---|---|
date | Sun Mar 15 16:52:17 2020 +0100 (2020-03-15) |
parents | a78610b2eb47 |
children | a23978bfa665 |
line diff
1.1 --- a/xcb-util-dev/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/xcb-util-dev/receipt Sun Mar 15 16:52:17 2020 +0100 1.3 @@ -1,22 +1,24 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xcb-util-dev" 1.7 -VERSION="0.3.8" 1.8 +VERSION="0.4.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="xcb-util development files" 1.11 +SHORT_DESC="xcb-util - development files." 1.12 MAINTAINER="mallory@sweetpeople.org" 1.13 LICENSE="MIT" 1.14 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/" 1.15 + 1.16 +DEPENDS="pkg-config xcb-util" 1.17 WANTED="xcb-util" 1.18 -WEB_SITE="https://xcb.freedesktop.org/" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -DEPENDS="xcb-util pkg-config" 1.23 - 1.24 # Rules to gen a SliTaz package suitable for Tazpkg. 1.25 genpkg_rules() 1.26 { 1.27 mkdir -p $fs/usr/lib 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 $fs/usr/lib 1.31 + 1.32 + cp -a $install/usr/include $fs/usr 1.33 + cp -a $install/usr/lib/*.*a $fs/usr/lib 1.34 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.35 }