wok rev 22240

updated xorg-presentproto (1.0 -> 1.1)
author Hans-G?nter Theisgen
date Tue Nov 12 09:16:26 2019 +0100 (2019-11-12)
parents c98388cd248b
children d2c0010dbfe6
files xorg-presentproto/receipt
line diff
     1.1 --- a/xorg-presentproto/receipt	Tue Nov 12 09:12:46 2019 +0100
     1.2 +++ b/xorg-presentproto/receipt	Tue Nov 12 09:16:26 2019 +0100
     1.3 @@ -1,25 +1,26 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-presentproto"
     1.7 -VERSION="1.0"
     1.8 +VERSION="1.1"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Present extension headers."
    1.11  MAINTAINER="pascal.bellard@slitaz.org"
    1.12  LICENSE="other"
    1.13 -WEB_SITE="https://www.x.org/"
    1.14 +WEB_SITE="https://www.x.org/wiki/"
    1.15 +
    1.16  SOURCE="presentproto"
    1.17  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.18  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.19  
    1.20 -DEPENDS="xorg-util-macros pkg-config"
    1.21 +DEPENDS="pkg-config xorg-util-macros"
    1.22  BUILD_DEPENDS="xorg-util-macros"
    1.23  
    1.24  # Rules to configure and make the package.
    1.25  compile_rules()
    1.26  {
    1.27 -	./configure \
    1.28 -		--sysconfdir=/etc \
    1.29 -		--localstatedir=/var \
    1.30 +	./configure			\
    1.31 +		--sysconfdir=/etc	\
    1.32 +		--localstatedir=/var	\
    1.33  		$CONFIGURE_ARGS &&
    1.34  	make &&
    1.35  	make install