wok rev 22286

updated xorg-xhost (1.0.5 -> 1.0.8)
author Hans-G?nter Theisgen
date Wed Nov 13 14:56:58 2019 +0100 (2019-11-13)
parents 6fa24e4c1af3
children babd38118a53
files xorg-xhost/receipt
line diff
     1.1 --- a/xorg-xhost/receipt	Wed Nov 13 14:53:34 2019 +0100
     1.2 +++ b/xorg-xhost/receipt	Wed Nov 13 14:56:58 2019 +0100
     1.3 @@ -1,14 +1,15 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xhost"
     1.7 -VERSION="1.0.5"
     1.8 +VERSION="1.0.8"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Server access control program for X."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="xhost"
    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  
    1.20  DEPENDS="xorg"
    1.21 @@ -17,11 +18,11 @@
    1.22  # Rules to configure and make the package.
    1.23  compile_rules()
    1.24  {
    1.25 -	cd $src
    1.26 -	./configure \
    1.27 -		--mandir=/usr/share/man \
    1.28 +	./configure			\
    1.29 +		--mandir=/usr/share/man	\
    1.30  		$CONFIGURE_ARGS &&
    1.31 -	make && make install
    1.32 +	make &&
    1.33 +	make install
    1.34  }
    1.35  
    1.36  # Rules to gen a SliTaz package suitable for Tazpkg.