wok rev 22257

updated xorg-xextproto (7.2.1 -> 7.3.0)
author Hans-G?nter Theisgen
date Tue Nov 12 17:24:30 2019 +0100 (2019-11-12)
parents 5c95c69d6518
children 682b8a3cc16a
files xorg-xextproto/receipt
line diff
     1.1 --- a/xorg-xextproto/receipt	Tue Nov 12 17:19:34 2019 +0100
     1.2 +++ b/xorg-xextproto/receipt	Tue Nov 12 17:24:30 2019 +0100
     1.3 @@ -1,26 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xextproto"
     1.7 -VERSION="7.2.1"
     1.8 +VERSION="7.3.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="XExt extension headers"
    1.11 +SHORT_DESC="XExt extension headers."
    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="xextproto"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.20 +
    1.21 +DEPENDS="pkg-config xorg-util-macros"
    1.22 +BUILD_DEPENDS="xorg-util-macros"
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26 -DEPENDS="xorg-util-macros pkg-config"
    1.27 -BUILD_DEPENDS="xorg-util-macros"
    1.28 -
    1.29  # Rules to configure and make the package.
    1.30  compile_rules()
    1.31  {
    1.32 -	./configure \
    1.33 -		--sysconfdir=/etc \
    1.34 -		--localstatedir=/var \
    1.35 +	./configure			\
    1.36 +		--sysconfdir=/etc	\
    1.37 +		--localstatedir=/var	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make install
    1.41 @@ -30,8 +32,9 @@
    1.42  genpkg_rules()
    1.43  {
    1.44  	mkdir -p $fs/usr/share/licenses
    1.45 -	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.46  
    1.47 -	cp -a $install/* $fs
    1.48 +	cp -a $src/COPYING	$fs/usr/share/licenses/$PACKAGE.txt
    1.49 +	cp -a $install/*	$fs
    1.50 +
    1.51  	rm -rf $fs/usr/share/doc
    1.52  }