wok rev 22154

updated xcb-proto (1.10 -> 1.13)
author Hans-G?nter Theisgen
date Thu Nov 07 07:30:39 2019 +0100 (2019-11-07)
parents 5e2ff29a06d7
children 3b6916480692
files xcb-proto/receipt
line diff
     1.1 --- a/xcb-proto/receipt	Thu Nov 07 07:22:09 2019 +0100
     1.2 +++ b/xcb-proto/receipt	Thu Nov 07 07:30:39 2019 +0100
     1.3 @@ -1,19 +1,21 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-proto"
     1.7 -VERSION="1.10"
     1.8 +VERSION="1.13"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="X protocol descriptions for XCB"
    1.11 +SHORT_DESC="X protocol descriptions for XCB."
    1.12  MAINTAINER="mallory@sweetpeople.org"
    1.13  LICENSE="other"
    1.14  WEB_SITE="https://xcb.freedesktop.org/"
    1.15 +
    1.16  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.17  WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.18 +
    1.19 +DEPENDS="pkg-config python"
    1.20 +BUILD_DEPENDS="libxml2-tools python-dev"
    1.21 +
    1.22  HOST_ARCH="i486 arm"
    1.23  
    1.24 -DEPENDS="python pkg-config"
    1.25 -BUILD_DEPENDS="python-dev libxml2-tools"
    1.26 -
    1.27  case "$ARCH" in
    1.28  	arm) BUILD_DEPENDS="" ;;
    1.29  esac
    1.30 @@ -21,9 +23,9 @@
    1.31  # Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 -	./configure \
    1.35 -		--sysconfdir=/etc \
    1.36 -		--localstatedir=/var \
    1.37 +	./configure			\
    1.38 +		--sysconfdir=/etc	\
    1.39 +		--localstatedir=/var	\
    1.40  		$CONFIGURE_ARGS &&
    1.41  	make &&
    1.42  	make install
    1.43 @@ -36,6 +38,6 @@
    1.44  	cp -a $src/COPYING $fs/usr/share/licenses/$PACKAGE.txt
    1.45  
    1.46  	cp -a $install/* $fs
    1.47 -	# cook removes *.pyc *.pyo files by itself, but they leaves in files.list
    1.48 +	# cook removes *.pyc *.pyo files by itself, but leaves them in files.list
    1.49  	find $fs -name '*.py?' -delete
    1.50  }