wok-6.x diff xcb-util-keysyms/receipt @ rev 23203
updated multitail (5.2.9 -> 6.5.0)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Mar 20 17:40:15 2020 +0100 (2020-03-20) |
parents | a78610b2eb47 |
children | 535c806240cc |
line diff
1.1 --- a/xcb-util-keysyms/receipt Mon Jan 21 12:26:11 2019 +0100 1.2 +++ b/xcb-util-keysyms/receipt Fri Mar 20 17:40:15 2020 +0100 1.3 @@ -1,31 +1,34 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xcb-util-keysyms" 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" 1.11 +SHORT_DESC="Utility libraries for XC Binding." 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 \ 1.30 - --disable-static \ 1.31 + ./configure \ 1.32 + --disable-static \ 1.33 $CONFIGURE_ARGS && 1.34 - make && make install 1.35 + make && 1.36 + make install 1.37 } 1.38 1.39 # Rules to gen a SliTaz package suitable for Tazpkg. 1.40 genpkg_rules() 1.41 { 1.42 mkdir -p $fs/usr/lib 1.43 - cp -a $install/usr/lib/*.so* $fs/usr/lib 1.44 + cp -a $install/usr/lib/*.so* $fs/usr/lib 1.45 }