wok annotate xorg-libXaw/receipt @ rev 22421

I see these >10 packages also got version updates due to xfce 4.12.0
author Erkan Yilmaz <erkan@slitaz.org>
date Sun Dec 15 09:13:38 2019 +0000 (2019-12-15)
parents 814c58f64f83
children 5d79829fa876
rev   line source
pankso@20 1 # SliTaz package receipt.
pankso@20 2
pankso@20 3 PACKAGE="xorg-libXaw"
Hans-G?nter@22207 4 VERSION="1.0.13"
pankso@20 5 CATEGORY="x-window"
Hans-G?nter@22207 6 SHORT_DESC="X Athena Widgets Library."
pankso@20 7 MAINTAINER="pankso@slitaz.org"
al@14640 8 LICENSE="other"
Hans-G?nter@22207 9 WEB_SITE="https://www.x.org/wiki/"
Hans-G?nter@22207 10
al@14642 11 SOURCE="libXaw"
al@14642 12 TARBALL="$SOURCE-$VERSION.tar.bz2"
pankso@12511 13 WGET_URL="$XORG_MIRROR/lib/$TARBALL"
pankso@12511 14
slaxemulator@8029 15 DEPENDS="xorg-libXmu xorg-libXpm"
Hans-G?nter@22207 16 BUILD_DEPENDS="util-linux-uuid-dev xorg-libXmu-dev xorg-libXpm-dev"
Hans-G?nter@22207 17
Hans-G?nter@22207 18 HOST_ARCH="i486 arm"
pankso@20 19
pankso@20 20 # Rules to configure and make the package.
pankso@20 21 compile_rules()
pankso@20 22 {
Hans-G?nter@22207 23 ./configure \
Hans-G?nter@22207 24 --sysconfdir=/etc \
Hans-G?nter@22207 25 --localstatedir=/var \
Hans-G?nter@22207 26 --disable-static \
Hans-G?nter@22207 27 --disable-xaw6 \
pankso@12511 28 $CONFIGURE_ARGS &&
al@14640 29 make &&
al@14640 30 make install
pankso@20 31 }
pankso@20 32
pankso@20 33 # Rules to gen a SliTaz package suitable for Tazpkg.
pankso@20 34 genpkg_rules()
pankso@20 35 {
pankso@20 36 mkdir -p $fs/usr/lib
pankso@12511 37 cp -a $install/usr/lib/*.so* $fs/usr/lib
pankso@20 38 }