wok diff xorg-libXres-dev/receipt @ rev 25526
created recipe for lua5.1-mpack 1.0.9
author | Hans-G?nter Theisgen |
---|---|
date | Sat Feb 25 07:18:33 2023 +0100 (20 months ago) |
parents | 814c58f64f83 |
children |
line diff
1.1 --- a/xorg-libXres-dev/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXres-dev/receipt Sat Feb 25 07:18:33 2023 +0100 1.3 @@ -1,22 +1,23 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXres-dev" 1.7 -VERSION="1.0.7" 1.8 +VERSION="1.2.0" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Xorg module devel files." 1.11 +SHORT_DESC="Xorg module - development files." 1.12 MAINTAINER="pascal.bellard@slitaz.org" 1.13 LICENSE="MIT" 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-libX11-dev xorg-libXext-dev \ 1.18 + xorg-libXres xorg-resourceproto xorg-util-macros" 1.19 WANTED="xorg-libXres" 1.20 1.21 -DEPENDS="xorg-libXres xorg-util-macros xorg-libX11-dev xorg-libXext-dev \ 1.22 -xorg-resourceproto 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/lib/*.*a* $fs/usr/lib 1.29 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.30 - cp -a $install/usr/include $fs/usr 1.31 + 1.32 + cp -a $install/usr/lib/*.*a* $fs/usr/lib 1.33 + cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.34 + cp -a $install/usr/include $fs/usr 1.35 }