wok diff xorg-libXt-dev/receipt @ rev 24320
Add xsuspend (again)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Jan 25 18:01:09 2022 +0000 (2022-01-25) |
parents | 814c58f64f83 |
children |
line diff
1.1 --- a/xorg-libXt-dev/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXt-dev/receipt Tue Jan 25 18:01:09 2022 +0000 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXt-dev" 1.7 -VERSION="1.1.4" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for libXt" 1.11 +SHORT_DESC="Development files for libXt." 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="other" 1.14 -WEB_SITE="https://www.x.org/" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 +DEPENDS="pkg-config xorg-libSM-dev xorg-libX11-dev xorg-libXt" 1.18 +WANTED="xorg-libXt" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="xorg-libXt" 1.23 -DEPENDS="xorg-libXt xorg-libX11-dev xorg-libSM-dev 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 \ 1.29 - $fs/usr/share/licenses \ 1.30 - $fs/usr/lib 1.31 - cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.32 + mkdir -p $fs/usr/share/licenses 1.33 + mkdir -p $fs/usr/lib 1.34 1.35 - cp -a $install/usr/include $fs/usr 1.36 + cp -a $src/COPYING $fs/usr/share/licenses/${PACKAGE%-dev}.txt 1.37 + cp -a $install/usr/include $fs/usr 1.38 cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.39 - cp -a $install/usr/lib/*.la $fs/usr/lib 1.40 + cp -a $install/usr/lib/*.la $fs/usr/lib 1.41 }