wok diff xorg-xwininfo/receipt @ rev 23975

Up matio (1.5.18), mutt (1.14.7), nasm (2.15.05), net-snmp (5.9), nethack (3.6.6)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 28 17:24:13 2020 +0000 (2020-10-28)
parents 87646c0eaba7
children 5d79829fa876
line diff
     1.1 --- a/xorg-xwininfo/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.2 +++ b/xorg-xwininfo/receipt	Wed Oct 28 17:24:13 2020 +0000
     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 -