wok-current rev 22222
updated xorg-randrproto (1.4.0 -> 1.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Nov 11 17:11:07 2019 +0100 (2019-11-11) |
parents | 811aa3dc2e6c |
children | 1e1be4c4e546 |
files | xorg-randrproto/receipt |
line diff
1.1 --- a/xorg-randrproto/receipt Mon Nov 11 17:03:25 2019 +0100 1.2 +++ b/xorg-randrproto/receipt Mon Nov 11 17:11:07 2019 +0100 1.3 @@ -1,26 +1,28 @@ 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 +SHORT_DESC="Randr 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="randrproto" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 WGET_URL="$XORG_MIRROR/proto/$TARBALL" 1.20 + 1.21 +DEPENDS="pkg-config xorg-renderproto" 1.22 +BUILD_DEPENDS="xorg-util-macros" 1.23 + 1.24 HOST_ARCH="i486 arm" 1.25 1.26 -DEPENDS="xorg-renderproto 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 }