wok rev 22198

updated xorg-util-macros (1.17 -> 1.19.2)
author Hans-G?nter Theisgen
date Mon Nov 11 10:42:03 2019 +0100 (2019-11-11)
parents c72933088ffa
children 6a75691e1e32
files xorg-util-macros/receipt
line diff
     1.1 --- a/xorg-util-macros/receipt	Mon Nov 11 10:19:40 2019 +0100
     1.2 +++ b/xorg-util-macros/receipt	Mon Nov 11 10:42:03 2019 +0100
     1.3 @@ -1,25 +1,27 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-util-macros"
     1.7 -VERSION="1.17"
     1.8 +VERSION="1.19.2"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="A set of autoconf project macros for X.Org modules"
    1.11 +SHORT_DESC="A set of autoconf project macros for X.Org modules."
    1.12  MAINTAINER="gokhlayeh@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="util-macros"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/util/$TARBALL"
    1.20 -HOST_ARCH="i486 arm x86_64"
    1.21  
    1.22  DEPENDS="m4"
    1.23  
    1.24 +HOST_ARCH="i486 arm x86_64"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure \
    1.30 -		--sysconfdir=/etc \
    1.31 -		--localstatedir=/var \
    1.32 +	./configure			\
    1.33 +		--sysconfdir=/etc	\
    1.34 +		--localstatedir=/var	\
    1.35  		$CONFIGURE_ARGS &&
    1.36  	make &&
    1.37  	make install
    1.38 @@ -29,7 +31,7 @@
    1.39  genpkg_rules()
    1.40  {
    1.41  	mkdir -p $fs/usr/share/licenses
    1.42 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.43  
    1.44 -	cp -a $install/* $fs
    1.45 +	cp -a $src/COPYING	$fs/usr/share/licenses/$PACKAGE.txt
    1.46 +	cp -a $install/*	$fs
    1.47  }