wok rev 22207
updated xorg-libXaw and xorg-libXaw-dev (1.0.11 -> 1.0.13)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 14:25:28 2019 +0100 (2019-11-11) |
parents | 9b2cdbe80b5e |
children | c0ce46afa4e2 |
files | xorg-libXaw-dev/receipt xorg-libXaw/receipt |
line diff
1.1 --- a/xorg-libXaw-dev/receipt Mon Nov 11 14:17:33 2019 +0100 1.2 +++ b/xorg-libXaw-dev/receipt Mon Nov 11 14:25:28 2019 +0100 1.3 @@ -1,26 +1,26 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXaw-dev" 1.7 -VERSION="1.0.11" 1.8 +VERSION="1.0.13" 1.9 CATEGORY="development" 1.10 -SHORT_DESC="Development files for libXaw" 1.11 +SHORT_DESC="Development files for libXaw." 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-libXaw xorg-libXmu-dev xorg-libXpm-dev" 1.18 +WANTED="xorg-libXaw" 1.19 + 1.20 HOST_ARCH="i486 arm" 1.21 1.22 -WANTED="xorg-libXaw" 1.23 -DEPENDS="xorg-libXaw xorg-libXmu-dev xorg-libXpm-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 }
2.1 --- a/xorg-libXaw/receipt Mon Nov 11 14:17:33 2019 +0100 2.2 +++ b/xorg-libXaw/receipt Mon Nov 11 14:25:28 2019 +0100 2.3 @@ -1,28 +1,30 @@ 2.4 # SliTaz package receipt. 2.5 2.6 PACKAGE="xorg-libXaw" 2.7 -VERSION="1.0.11" 2.8 +VERSION="1.0.13" 2.9 CATEGORY="x-window" 2.10 -SHORT_DESC="X Athena Widgets Library" 2.11 +SHORT_DESC="X Athena Widgets Library." 2.12 MAINTAINER="pankso@slitaz.org" 2.13 LICENSE="other" 2.14 -WEB_SITE="https://www.x.org/" 2.15 +WEB_SITE="https://www.x.org/wiki/" 2.16 + 2.17 SOURCE="libXaw" 2.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 2.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 2.20 -HOST_ARCH="i486 arm" 2.21 2.22 DEPENDS="xorg-libXmu xorg-libXpm" 2.23 -BUILD_DEPENDS="xorg-libXmu-dev xorg-libXpm-dev util-linux-uuid-dev" 2.24 +BUILD_DEPENDS="util-linux-uuid-dev xorg-libXmu-dev xorg-libXpm-dev" 2.25 + 2.26 +HOST_ARCH="i486 arm" 2.27 2.28 # Rules to configure and make the package. 2.29 compile_rules() 2.30 { 2.31 - ./configure \ 2.32 - --sysconfdir=/etc \ 2.33 - --localstatedir=/var \ 2.34 - --disable-static \ 2.35 - --disable-xaw6 \ 2.36 + ./configure \ 2.37 + --sysconfdir=/etc \ 2.38 + --localstatedir=/var \ 2.39 + --disable-static \ 2.40 + --disable-xaw6 \ 2.41 $CONFIGURE_ARGS && 2.42 make && 2.43 make install