wok-6.x diff xorg-libXau/receipt @ rev 23760
librsvg: try fix libtool
author | Hans-G?nter Theisgen |
---|---|
date | Mon May 04 07:56:50 2020 +0100 (2020-05-04) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-libXau/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-libXau/receipt Mon May 04 07:56:50 2020 +0100 1.3 @@ -1,27 +1,29 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-libXau" 1.7 -VERSION="1.0.8" 1.8 +VERSION="1.0.9" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="X authorization file management libary" 1.11 +SHORT_DESC="X authorization file management libary." 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 SOURCE="libXau" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WGET_URL="$XORG_MIRROR/lib/$TARBALL" 1.20 -HOST_ARCH="i486 arm" 1.21 1.22 DEPENDS="glibc-base" 1.23 BUILD_DEPENDS="xorg-xproto" 1.24 1.25 +HOST_ARCH="i486 arm" 1.26 + 1.27 # Rules to configure and make the package. 1.28 compile_rules() 1.29 { 1.30 - ./configure \ 1.31 - --sysconfdir=/etc \ 1.32 - --localstatedir=/var \ 1.33 - --disable-static \ 1.34 + ./configure \ 1.35 + --sysconfdir=/etc \ 1.36 + --localstatedir=/var \ 1.37 + --disable-static \ 1.38 $CONFIGURE_ARGS && 1.39 make && 1.40 make install 1.41 @@ -30,9 +32,9 @@ 1.42 # Rules to gen a SliTaz package suitable for Tazpkg. 1.43 genpkg_rules() 1.44 { 1.45 - mkdir -p \ 1.46 - $fs/usr/share/licenses \ 1.47 - $fs/usr/lib 1.48 + mkdir -p $fs/usr/share/licenses 1.49 + mkdir -p $fs/usr/lib 1.50 + 1.51 install -m644 -oroot -groot $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt 1.52 cp -a $install/usr/lib/*.so* $fs/usr/lib 1.53 }