wok-next diff xorg-xdpyinfo/receipt @ rev 19766

Up cookutils.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Jun 12 11:40:38 2017 +0300 (2017-06-12)
parents eb8067417980
children f463de72afe3
line diff
     1.1 --- a/xorg-xdpyinfo/receipt	Sat Nov 30 10:06:29 2013 +0000
     1.2 +++ b/xorg-xdpyinfo/receipt	Mon Jun 12 11:40:38 2017 +0300
     1.3 @@ -1,37 +1,34 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xdpyinfo"
     1.7 -VERSION="1.2.0"
     1.8 +VERSION="1.3.2"
     1.9  CATEGORY="x-window"
    1.10 -SHORT_DESC="display information utility for X-server"
    1.11 +SHORT_DESC="Display information utility for X-server"
    1.12  MAINTAINER="jozee@slitaz.org"
    1.13  LICENSE="MIT"
    1.14 -SOURCE="xdpyinfo"
    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="utility xorg display"
    1.20  
    1.21 +TARBALL="xdpyinfo-$VERSION.tar.bz2"
    1.22 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.23 +
    1.24  DEPENDS="xorg-libXtst xorg-libXxf86vm xorg-libXrender \
    1.25  xorg-libXinerama xorg-libXp"
    1.26  BUILD_DEPENDS="xorg-libXtst-dev xorg-libXxf86vm-dev \
    1.27  xorg-libXrender-dev xorg-libXinerama-dev xorg-libXp-dev"
    1.28 +BUILD_DEPENDS="xorg-util-macros xorg-libXext-dev xorg-libX11-dev \
    1.29 +xorg-libXtst-dev libxcb-dev xorg-xproto xorg-libXxf86vm-dev \
    1.30 +xorg-libXxf86dga-dev xorg-libXrender-dev xorg-libXcomposite-dev \
    1.31 +xorg-libXinerama-dev xorg-libdmx-dev" # xxf86misc.pc?
    1.32  
    1.33 -# Rules to configure and make the package.ls sr	
    1.34 +# Rules to configure and make the package.
    1.35  compile_rules()
    1.36  {
    1.37 -	cd $src
    1.38 -	./configure \
    1.39 -		--prefix=/usr \
    1.40 -		--mandir=/usr/share/man \
    1.41 -		$CONFIGURE_ARGS &&
    1.42 -	make &&
    1.43 -	make DESTDIR=$DESTDIR install
    1.44 +	./configure $CONFIGURE_ARGS && make && make install
    1.45  }
    1.46  
    1.47  # Rules to gen a SliTaz package suitable for Tazpkg.
    1.48  genpkg_rules()
    1.49  {
    1.50 -	mkdir -p $fs/usr
    1.51 -	cp -a $install/usr/bin $fs/usr
    1.52 +	cook_copy_folders bin
    1.53  }