wok rev 22245

updated xorg-videoproto (2.3.1 -> 2.3.3)
author Hans-G?nter Theisgen
date Tue Nov 12 16:08:16 2019 +0100 (2019-11-12)
parents de6b673f0891
children 23ce1447493d
files xorg-videoproto/receipt
line diff
     1.1 --- a/xorg-videoproto/receipt	Tue Nov 12 16:00:11 2019 +0100
     1.2 +++ b/xorg-videoproto/receipt	Tue Nov 12 16:08:16 2019 +0100
     1.3 @@ -1,26 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-videoproto"
     1.7 -VERSION="2.3.1"
     1.8 +VERSION="2.3.3"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="Video extension headers"
    1.11 +SHORT_DESC="Video 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="videoproto"
    1.18  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.19  WGET_URL="$XORG_MIRROR/proto/$TARBALL"
    1.20 +
    1.21 +DEPENDS="pkg-config xorg-libX11-dev xorg-xproto"
    1.22 +BUILD_DEPENDS="xorg-util-macros"
    1.23 +
    1.24  HOST_ARCH="i486 arm"
    1.25  
    1.26 -DEPENDS="xorg-libX11-dev xorg-xproto 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  }