wok-next view libstroke/receipt @ rev 20037

Up sshttp (0-35s2), sshguard (2.0.0)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sun Oct 22 18:48:45 2017 +0200 (2017-10-22)
parents 6eff489aa802
children 5841522533ec
line source
1 # SliTaz package receipt v2.
3 PACKAGE="libstroke"
4 VERSION="0.5.1"
5 CATEGORY="system-tools"
6 SHORT_DESC="A stroke (mouse gesture) translation library"
7 MAINTAINER="pankso@slitaz.org"
8 LICENSE="GPL2"
9 WEB_SITE="http://etla.net/libstroke/"
11 TARBALL="${PACKAGE}_$VERSION.orig.tar.gz"
12 WGET_URL="http://archive.ubuntu.com/ubuntu/pool/universe/libs/libstroke/$TARBALL"
14 BUILD_DEPENDS="patch gfortran xorg-libXt-dev"
15 SPLIT="libstroke-dev"
17 # Rules to configure and make the package.
18 compile_rules() {
19 ./configure $CONFIGURE_ARGS && make && make install
20 }
22 # Rules to gen a SliTaz package suitable for Tazpkg.
23 genpkg_rules() {
24 case $PACKAGE in
25 libstroke)
26 copy @std
27 DEPENDS="xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libxcb"
28 ;;
29 *-dev)
30 copy @dev
31 ;;
32 esac
33 }