wok-next view 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 source
1 # SliTaz package receipt v2.
3 PACKAGE="mygestures"
4 VERSION="0.7"
5 CATEGORY="x-window"
6 SHORT_DESC="Recognizing gestures made with your mouse and perform actions"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://sourceforge.net/projects/mygestures/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="$SF_MIRROR/$PACKAGE/$TARBALL"
14 BUILD_DEPENDS="xorg-libX11-dev xorg-libXtst jansson-dev xorg-libXmu-dev \
15 xorg-libXrender-dev xorg-libXtst-dev libxml2-dev"
17 compile_rules() {
18 ./configure \
19 --sysconfdir=/etc/$PACKAGE \
20 $CONFIGURE_ARGS &&
21 make &&
22 make -j 1 install
23 }
25 genpkg_rules() {
26 copy @std
27 DEPENDS="xorg-libX11 xorg-libXtst jansson"
28 }