wok-next view xstroke/receipt @ rev 21020

Cleaning is almost finished... I should proceed to upgrades.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Nov 02 14:15:08 2018 +0200 (2018-11-02)
parents 7506b35e1c6f
children d457c4e37c1b
line source
1 # SliTaz package receipt v2.
3 PACKAGE="xstroke"
4 VERSION="0.6"
5 CATEGORY="x-window"
6 SHORT_DESC="Full-screen gesture recognition program for X"
7 MAINTAINER="devel@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="https://cworth.org/~cworth/papers/xstroke/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://davesource.com/Projects/xstroke/xstroke.tar.gz"
14 BUILD_DEPENDS="xorg-libX11-dev"
16 compile_rules() {
17 sed \
18 -e "s|^CC.*|CC = $HOST_SYSTEM-gcc|" \
19 -e "s|^INCLUDE.*|INCLUDE = -I/usr/include|" \
20 -e "s|^LDFLAGS.*|LDFLAGS = -L/usr/lib|" \
21 -i Makefile
23 make xstroke || return 1
25 install -Dm755 xstroke $install/usr/bin/xstroke
26 cook_pick_docs xstroke.man
27 }
29 genpkg_rules() {
30 copy @std
31 DEPENDS="xorg-libX11"
32 }