wok diff xorg-xcursorgen/receipt @ rev 22252

updated xorg-xcursorgen (1.0.4 -> 1.0.7)
author Hans-G?nter Theisgen
date Tue Nov 12 16:57:22 2019 +0100 (2019-11-12)
parents 814c58f64f83
children 5d79829fa876
line diff
     1.1 --- a/xorg-xcursorgen/receipt	Thu Aug 09 12:16:16 2018 +0200
     1.2 +++ b/xorg-xcursorgen/receipt	Tue Nov 12 16:57:22 2019 +0100
     1.3 @@ -1,27 +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.7"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="X cursor generator."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="MIT"
    1.13 +WEB_SITE="https://www.x.org/wiki/"
    1.14 +
    1.15  SOURCE="xcursorgen"
    1.16  TARBALL="$SOURCE-$VERSION.tar.bz2"
    1.17 -WEB_SITE="https://www.x.org/"
    1.18  WGET_URL="$XORG_MIRROR/app/$TARBALL"
    1.19 +
    1.20 +DEPENDS="libpng xorg-libX11 xorg-libXcursor"
    1.21 +BUILD_DEPENDS="libpng-dev xorg-libX11-dev xorg-libXcursor-dev"
    1.22 +
    1.23  HOST_ARCH="i486 arm"
    1.24  
    1.25 -DEPENDS="xorg-libX11 xorg-libXcursor libpng"
    1.26 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXcursor-dev libpng-dev"
    1.27 -
    1.28  # Rules to configure and make the package.
    1.29  compile_rules()
    1.30  {
    1.31 -	cd $src
    1.32 -	./configure \
    1.33 -		--prefix=/usr \
    1.34 -		--mandir=/usr/share/man \
    1.35 +	./configure			\
    1.36 +		--prefix=/usr		\
    1.37 +		--mandir=/usr/share/man	\
    1.38  		$CONFIGURE_ARGS &&
    1.39  	make &&
    1.40  	make DESTDIR=$DESTDIR install
    1.41 @@ -31,5 +32,5 @@
    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  }