wok diff xorg-xauth/receipt @ rev 23089
updated libmtp and libmtp-dev (1.1.16 -> 1.1.17)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Mar 11 13:18:42 2020 +0100 (2020-03-11) |
parents | 814c58f64f83 |
children | 5d79829fa876 |
line diff
1.1 --- a/xorg-xauth/receipt Thu Aug 09 12:16:16 2018 +0200 1.2 +++ b/xorg-xauth/receipt Wed Mar 11 13:18:42 2020 +0100 1.3 @@ -1,20 +1,22 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xauth" 1.7 -VERSION="1.0.7" 1.8 +VERSION="1.1" 1.9 CATEGORY="x-window" 1.10 SHORT_DESC="X authority file utility." 1.11 MAINTAINER="pankso@slitaz.org" 1.12 LICENSE="MIT" 1.13 +WEB_SITE="https://www.x.org/wiki/" 1.14 + 1.15 SOURCE="xauth" 1.16 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.17 -WEB_SITE="https://www.x.org/" 1.18 WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.19 -HOST_ARCH="i486 arm" 1.20 1.21 DEPENDS="xorg-libXmu" 1.22 BUILD_DEPENDS="xorg-libXmu-dev" 1.23 1.24 +HOST_ARCH="i486 arm" 1.25 + 1.26 case "$ARCH" in 1.27 arm) BUILD_DEPENDS="xorg-xproto xorg-libXau-dev" ;; 1.28 esac 1.29 @@ -22,17 +24,18 @@ 1.30 # Rules to configure and make the package. 1.31 compile_rules() 1.32 { 1.33 - cd $src 1.34 - ./configure \ 1.35 + ./configure \ 1.36 --mandir=/usr/share/man \ 1.37 $CONFIGURE_ARGS && 1.38 - make && make install 1.39 + make && 1.40 + make install 1.41 } 1.42 1.43 # Rules to gen a SliTaz package suitable for Tazpkg. 1.44 genpkg_rules() 1.45 { 1.46 mkdir -p $fs/usr/X11R6 1.47 - cp -a $install/usr/bin $fs/usr 1.48 + 1.49 + cp -a $install/usr/bin $fs/usr 1.50 ln -s ../bin $fs/usr/X11R6/bin 1.51 }