wok diff xcb-util-image/receipt @ rev 22876

web-applications: localize wikipedia
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Feb 21 18:28:59 2020 +0100 (2020-02-21)
parents a78610b2eb47
children 535c806240cc
line diff
     1.1 --- a/xcb-util-image/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/xcb-util-image/receipt	Fri Feb 21 18:28:59 2020 +0100
     1.3 @@ -1,12 +1,13 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-util-image"
     1.7 -VERSION="0.3.8"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions"
    1.11 +SHORT_DESC="Utility libraries for XC Binding - Port of Xlib's XImage and XShmImage functions."
    1.12  MAINTAINER="slaxemulator@gmail.com"
    1.13  LICENSE="other"
    1.14 -WEB_SITE="https://xcb.freedesktop.org/"
    1.15 +WEB_SITE="https://xcb.freedesktop.org/XcbUtil/"
    1.16 +
    1.17  TARBALL="$PACKAGE-$VERSION.tar.bz2"
    1.18  WGET_URL="https://xcb.freedesktop.org/dist/$TARBALL"
    1.19  
    1.20 @@ -16,13 +17,16 @@
    1.21  # Rules to configure and make the package.
    1.22  compile_rules()
    1.23  {
    1.24 -	cd $src
    1.25 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    1.26 +	./configure			\
    1.27 +		--disable-static	\
    1.28 +		$CONFIGURE_ARGS &&
    1.29 +	make &&
    1.30 +	make install
    1.31  }
    1.32  
    1.33  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.34  genpkg_rules()
    1.35  {
    1.36  	mkdir -p $fs/usr/lib
    1.37 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.38 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.39  }