wok diff xcb-util-wm/receipt @ rev 22314

updated xtrkcad and xtrkcad-dev (4.0.3a1 -> 5.1.2a)
author Hans-G?nter Theisgen
date Thu Nov 14 11:00:06 2019 +0100 (2019-11-14)
parents a78610b2eb47
children 20d32321cac5
line diff
     1.1 --- a/xcb-util-wm/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/xcb-util-wm/receipt	Thu Nov 14 11:00:06 2019 +0100
     1.3 @@ -1,28 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-util-wm"
     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 - client and window-manager helpers for ICCCM"
    1.11 +SHORT_DESC="Utility libraries for XC Binding - client and window-manager helpers for ICCCM."
    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 -HOST_ARCH="i486 arm"
    1.20  
    1.21  DEPENDS="libxcb"
    1.22  BUILD_DEPENDS="libxcb-dev xorg-util-macros"
    1.23  
    1.24 +HOST_ARCH="i486 arm"
    1.25 +
    1.26  # Rules to configure and make the package.
    1.27  compile_rules()
    1.28  {
    1.29 -	./configure --disable-static $CONFIGURE_ARGS && make && make install
    1.30 +	./configure			\
    1.31 +		--disable-static	\
    1.32 +		$CONFIGURE_ARGS &&
    1.33 +	make &&
    1.34 +	make install
    1.35  }
    1.36  
    1.37  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.38  genpkg_rules()
    1.39  {
    1.40  	mkdir -p $fs/usr/lib
    1.41 -	cp -a $install/usr/lib/*.so* $fs/usr/lib
    1.42 +	cp -a $install/usr/lib/*.so*	$fs/usr/lib
    1.43  }