wok-next diff xorg-xwininfo/receipt @ rev 19743

Remake/fix: alsa-lib, alsaplayer; update base (LFS) packages: bash, binutils, bison, bzip2, diffutils, file, findutils, gawk, gcc, gettext, glibc, gmp, m4, mpc-library, mpfr, ncurses, patch, xz; update: tazpkg, cookutils, svgcleaner.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue Jun 06 17:37:54 2017 +0300 (2017-06-06)
parents 87646c0eaba7
children f463de72afe3
line diff
     1.1 --- a/xorg-xwininfo/receipt	Thu Apr 10 19:50:37 2014 +0200
     1.2 +++ b/xorg-xwininfo/receipt	Tue Jun 06 17:37:54 2017 +0300
     1.3 @@ -1,33 +1,29 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xwininfo"
     1.7 -VERSION="1.1.2"
     1.8 +VERSION="1.1.3"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="window information utility to query x-server"
    1.11 +SHORT_DESC="Window information utility for X"
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -SOURCE="xwininfo"
    1.15 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.16 -WEB_SITE="http://xorg.freedesktop.org/"
    1.17 -WGET_URL="$WEB_SITE/releases/individual/app/$TARBALL"
    1.18 +WEB_SITE="https://www.x.org/wiki/"
    1.19  TAGS="util xorg windows"
    1.20  HOST_ARCH="i486 arm"
    1.21  
    1.22 -DEPENDS="xorg-libX11"
    1.23 -BUILD_DEPENDS="xorg-libX11-dev"
    1.24 +TARBALL="xwininfo-$VERSION.tar.bz2"
    1.25 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.26  
    1.27 -# Rules to configure and make the package.ls sr	
    1.28 +DEPENDS="libxcb"
    1.29 +BUILD_DEPENDS="xorg-util-macros libxcb-dev xorg-libX11-dev"
    1.30 +
    1.31 +# Rules to configure and make the package.
    1.32  compile_rules()
    1.33  {
    1.34 -	./configure \
    1.35 -		$CONFIGURE_ARGS &&
    1.36 -	make && make install
    1.37 +	./configure $CONFIGURE_ARGS && make && make install
    1.38  }
    1.39  
    1.40  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.41  genpkg_rules()
    1.42  {
    1.43 -	mkdir -p $fs/usr
    1.44 -	cp -a $install/usr/bin $fs/usr	
    1.45 +	cook_copy_folders bin
    1.46  }
    1.47 -