wok diff xcb-util/receipt @ rev 22760

updated findutils (4.6.0 -> 4.7.0)
author Hans-G?nter Theisgen
date Fri Jan 24 17:10:12 2020 +0100 (2020-01-24)
parents a78610b2eb47
children 5d79829fa876
line diff
     1.1 --- a/xcb-util/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/xcb-util/receipt	Fri Jan 24 17:10:12 2020 +0100
     1.3 @@ -1,18 +1,20 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-util"
     1.7 -VERSION="0.3.8"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="XCB Utilites"
    1.11  MAINTAINER="mallory@sweetpeople.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    1.14 +
    1.15  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="https://xcb.freedesktop.org/"
    1.17 -WGET_URL="${WEB_SITE}dist/$TARBALL"
    1.18 -HOST_ARCH="i486 arm"
    1.19 +WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    1.20  
    1.21  DEPENDS="libxcb"
    1.22 -BUILD_DEPENDS="libxcb-dev gperf"
    1.23 +BUILD_DEPENDS="gperf libxcb-dev"
    1.24 +
    1.25 +HOST_ARCH="i486 arm"
    1.26  
    1.27  # Handle cross compilation
    1.28  case "$ARCH" in
    1.29 @@ -22,17 +24,18 @@
    1.30  # Rules to configure and make the package.
    1.31  compile_rules()
    1.32  {
    1.33 -	./configure \
    1.34 -		--prefix=/usr \
    1.35 -		--infodir=/usr/share/info \
    1.36 -		--mandir=/usr/share/man \
    1.37 +	./configure				\
    1.38 +		--prefix=/usr			\
    1.39 +		--infodir=/usr/share/info	\
    1.40 +		--mandir=/usr/share/man		\
    1.41  		$CONFIGURE_ARGS &&
    1.42 -	make && make DESTDIR=$DESTDIR install
    1.43 +	make &&
    1.44 +	make DESTDIR=$DESTDIR install
    1.45  }
    1.46  
    1.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.48  genpkg_rules()
    1.49  {
    1.50  	mkdir -p $fs/usr/lib
    1.51 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.52 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.53  }