wok-next diff xorg-randrproto/receipt @ rev 19634

Up Xorg (first chunk)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Feb 10 01:19:30 2017 +0200 (2017-02-10)
parents e68abb67e0b5
children f463de72afe3
line diff
     1.1 --- a/xorg-randrproto/receipt	Sat Mar 01 23:51:38 2014 +0100
     1.2 +++ b/xorg-randrproto/receipt	Fri Feb 10 01:19:30 2017 +0200
     1.3 @@ -1,16 +1,16 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-randrproto"
     1.7 -VERSION="1.4.0"
     1.8 +VERSION="1.5.0"
     1.9  CATEGORY="development"
    1.10  SHORT_DESC="Randr extension headers"
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="other"
    1.13 -WEB_SITE="http://www.x.org/"
    1.14 -SOURCE="randrproto"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 +WEB_SITE="https://www.x.org/wiki/"
    1.17 +HOST_ARCH="i486 arm"
    1.18 +
    1.19 +TARBALL="randrproto-$VERSION.tar.bz2"
    1.20  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.21 -HOST_ARCH="i486 arm"
    1.22  
    1.23  DEPENDS="xorg-renderproto pkg-config"
    1.24  BUILD_DEPENDS="xorg-util-macros"
    1.25 @@ -18,20 +18,11 @@
    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_ARGS &&
    1.33 -	make &&
    1.34 -	make install
    1.35 +	./configure $CONFIGURE_ARGS && make && make install
    1.36  }
    1.37  
    1.38  # Rules to gen a SliTaz package suitable for Tazpkg.
    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 -	rm -rf $fs/usr/share/doc
    1.46 +	cook_copy_files *.h *.pc
    1.47  }