wok-6.x rev 22302
updated xorg-xwininfo (1.1.2 -> 1.1.5)
author | Hans-G?nter Theisgen |
---|---|
date | Wed Nov 13 17:11:58 2019 +0100 (2019-11-13) |
parents | b4a4a2e9e705 |
children | affca4d9e9a8 |
files | xorg-xwininfo/receipt |
line diff
1.1 --- a/xorg-xwininfo/receipt Wed Nov 13 17:07:02 2019 +0100 1.2 +++ b/xorg-xwininfo/receipt Wed Nov 13 17:11:58 2019 +0100 1.3 @@ -1,33 +1,35 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="xorg-xwininfo" 1.7 -VERSION="1.1.2" 1.8 +VERSION="1.1.5" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="window information utility to query x-server" 1.11 +TAGS="util xorg windows" 1.12 +SHORT_DESC="Window information utility to query x-server." 1.13 MAINTAINER="jozee@slitaz.org" 1.14 LICENSE="MIT" 1.15 +WEB_SITE="https://www.x.org/wiki/" 1.16 + 1.17 SOURCE="xwininfo" 1.18 TARBALL="$SOURCE-$VERSION.tar.bz2" 1.19 -WEB_SITE="http://xorg.freedesktop.org/" 1.20 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL" 1.21 -TAGS="util xorg windows" 1.22 -HOST_ARCH="i486 arm" 1.23 +WGET_URL="$XORG_MIRROR/app/$TARBALL" 1.24 1.25 DEPENDS="xorg-libX11" 1.26 BUILD_DEPENDS="xorg-libX11-dev" 1.27 1.28 +HOST_ARCH="i486 arm" 1.29 + 1.30 # Rules to configure and make the package.ls sr 1.31 compile_rules() 1.32 { 1.33 - ./configure \ 1.34 + ./configure \ 1.35 $CONFIGURE_ARGS && 1.36 - make && make install 1.37 + make && 1.38 + make install 1.39 } 1.40 1.41 # Rules to gen a SliTaz package suitable for Tazpkg. 1.42 genpkg_rules() 1.43 { 1.44 mkdir -p $fs/usr 1.45 - cp -a $install/usr/bin $fs/usr 1.46 + cp -a $install/usr/bin $fs/usr 1.47 } 1.48 -