wok-next diff xorg-xcursorgen/receipt @ rev 19718

Up tty-clock (2.3) (thanks Pascal to pointing me right direction :)
author Aleksej Bobylev <al.bobylev@gmail.com>
date Tue May 23 14:40:37 2017 +0300 (2017-05-23)
parents f20bb2aafa21
children f463de72afe3
line diff
     1.1 --- a/xorg-xcursorgen/receipt	Sat Mar 15 19:56:28 2014 +0100
     1.2 +++ b/xorg-xcursorgen/receipt	Tue May 23 14:40:37 2017 +0300
     1.3 @@ -1,35 +1,28 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="xorg-xcursorgen"
     1.7 -VERSION="1.0.4"
     1.8 +VERSION="1.0.6"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X cursor generator."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 -SOURCE="xcursorgen"
    1.14 -TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.15 -WEB_SITE="http://www.x.org/"
    1.16 -WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.17 +WEB_SITE="https://www.x.org/wiki/"
    1.18  HOST_ARCH="i486 arm"
    1.19  
    1.20 +TARBALL="xcursorgen-$VERSION.tar.bz2"
    1.21 +WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.22 +
    1.23  DEPENDS="xorg-libX11 xorg-libXcursor libpng"
    1.24 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev"
    1.25 +BUILD_DEPENDS="xorg-util-macros xorg-libX11-dev xorg-libXcursor-dev libpng-dev"
    1.26  
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	cd $src
    1.31 -	./configure \
    1.32 -		--prefix=/usr \
    1.33 -		--mandir=/usr/share/man \
    1.34 -		$CONFIGURE_ARGS &&
    1.35 -	make &&
    1.36 -	make DESTDIR=$DESTDIR 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  }