wok-next diff mygestures/receipt @ rev 20545
vmtouch: create $install/usr/bin path
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Tue Apr 03 15:08:22 2018 +0200 (2018-04-03) |
parents | c4e53a39395a |
children | a3c581bf52b8 |
line diff
1.1 --- a/mygestures/receipt Fri Mar 02 12:12:14 2018 +0200 1.2 +++ b/mygestures/receipt Tue Apr 03 15:08:22 2018 +0200 1.3 @@ -1,32 +1,28 @@ 1.4 -# SliTaz package receipt. 1.5 +# SliTaz package receipt v2. 1.6 1.7 PACKAGE="mygestures" 1.8 VERSION="0.7" 1.9 CATEGORY="x-window" 1.10 -SHORT_DESC="Recognizing gestures made with your mouse and perform actions." 1.11 +SHORT_DESC="Recognizing gestures made with your mouse and perform actions" 1.12 MAINTAINER="pankso@slitaz.org" 1.13 LICENSE="GPL2" 1.14 +WEB_SITE="http://sourceforge.net/projects/mygestures/" 1.15 + 1.16 TARBALL="$PACKAGE-$VERSION.tar.gz" 1.17 -WEB_SITE="http://sourceforge.net/projects/mygestures/" 1.18 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL" 1.19 1.20 -DEPENDS="xorg-libX11 xorg-libXtst jansson" 1.21 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst jansson-dev xorg-libXmu-dev \ 1.22 xorg-libXrender-dev xorg-libXtst-dev libxml2-dev" 1.23 1.24 -# Rules to configure and make the package. 1.25 -compile_rules() 1.26 -{ 1.27 +compile_rules() { 1.28 ./configure \ 1.29 --sysconfdir=/etc/$PACKAGE \ 1.30 $CONFIGURE_ARGS && 1.31 - make && make -j 1 install 1.32 + make && 1.33 + make -j 1 install 1.34 } 1.35 1.36 -# Rules to gen a SliTaz package suitable for Tazpkg. 1.37 -genpkg_rules() 1.38 -{ 1.39 - mkdir -p $fs/usr 1.40 - cp -a $install/etc $fs 1.41 - cp -a $install/usr/bin $fs/usr 1.42 +genpkg_rules() { 1.43 + copy @std 1.44 + DEPENDS="xorg-libX11 xorg-libXtst jansson" 1.45 }