wok diff xcb-util-keysyms-dev/receipt @ rev 22574

updated bzflag (2.4.0 -> 2.4.18)
author Hans-G?nter Theisgen
date Mon Jan 06 15:51:49 2020 +0100 (2020-01-06)
parents a78610b2eb47
children
line diff
     1.1 --- a/xcb-util-keysyms-dev/receipt	Mon Jan 21 12:26:11 2019 +0100
     1.2 +++ b/xcb-util-keysyms-dev/receipt	Mon Jan 06 15:51:49 2020 +0100
     1.3 @@ -1,22 +1,24 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xcb-util-keysyms-dev"
     1.7 -VERSION="0.3.8"
     1.8 +VERSION="0.4.0"
     1.9  CATEGORY="development"
    1.10 -SHORT_DESC="devel files for xcb-util-keysyms"
    1.11 +SHORT_DESC="Development files for xcb-util-keysyms."
    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 +DEPENDS="pkg-config xcb-util-keysyms"
    1.18  WANTED="xcb-util-keysyms"
    1.19 +
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="xcb-util-keysyms pkg-config"
    1.23 -
    1.24  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.25  genpkg_rules()
    1.26  {
    1.27  	mkdir -p $fs/usr/lib
    1.28 -	cp -a $install/usr/include $fs/usr
    1.29 -	cp -a $install/usr/lib/pkgconfig $fs/usr/lib
    1.30 -	cp -a $install/usr/lib/*.la $fs/usr/lib
    1.31 +
    1.32 +	cp -a $install/usr/include		$fs/usr
    1.33 +	cp -a $install/usr/lib/pkgconfig	$fs/usr/lib
    1.34 +	cp -a $install/usr/lib/*.la		$fs/usr/lib
    1.35  }