wok rev 21504

updated mygestures (0.7 -> 2.0)
author Hans-G?nter Theisgen
date Thu May 02 16:26:43 2019 +0100 (2019-05-02)
parents ef6d989895bd
children 3d04aad6c72c
files mygestures/receipt
line diff
     1.1 --- a/mygestures/receipt	Thu May 02 16:02:52 2019 +0100
     1.2 +++ b/mygestures/receipt	Thu May 02 16:26:43 2019 +0100
     1.3 @@ -1,32 +1,36 @@
     1.4  # SliTaz package receipt.
     1.5  
     1.6  PACKAGE="mygestures"
     1.7 -VERSION="0.7"
     1.8 +VERSION="2.0"
     1.9  CATEGORY="x-window"
    1.10  SHORT_DESC="Recognizing gestures made with your mouse and perform actions."
    1.11  MAINTAINER="pankso@slitaz.org"
    1.12  LICENSE="GPL2"
    1.13 -TARBALL="$PACKAGE-$VERSION.tar.gz"
    1.14  WEB_SITE="https://sourceforge.net/projects/mygestures/"
    1.15 +
    1.16 +TARBALL="${PACKAGE}_$VERSION.tar.xz"
    1.17  WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
    1.18 +
    1.19 +DEPENDS="jansson xorg-libX11 xorg-libXtst"
    1.20 +BUILD_DEPENDS="gcc83 jansson-dev xorg-libX11-dev xorg-libXtst"
    1.21 +
    1.22  HOST_ARCH="i486 arm"
    1.23  
    1.24 -DEPENDS="xorg-libX11 xorg-libXtst jansson"
    1.25 -BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst jansson-dev"
    1.26 -
    1.27  # Rules to configure and make the package.
    1.28  compile_rules()
    1.29  {
    1.30 -	./configure \
    1.31 -		--sysconfdir=/etc/$PACKAGE \
    1.32 +	./configure				\
    1.33 +		--sysconfdir=/etc/$PACKAGE	\
    1.34  		$CONFIGURE_ARGS &&
    1.35 -	make && make install
    1.36 +	make &&
    1.37 +	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/etc $fs
    1.45 -	cp -a $install/usr/bin $fs/usr
    1.46 +
    1.47 +	cp -a $install/etc	$fs
    1.48 +	cp -a $install/usr/bin	$fs/usr
    1.49  }