wok-next view mtdev/receipt @ rev 20558

openmotif: fix syntax error in receipt
author Aleksej Bobylev <al.bobylev@gmail.com>
date Sat Apr 07 16:14:50 2018 +0300 (2018-04-07)
parents f463de72afe3
children 556349764d57
line source
1 # SliTaz package receipt v2.
3 PACKAGE="mtdev"
4 VERSION="1.1.5"
5 CATEGORY="development"
6 SHORT_DESC="Multitouch Protocol Translation Library"
7 MAINTAINER="mojo@slitaz.org"
8 LICENSE="MIT"
9 WEB_SITE="http://bitmath.org/code/mtdev/"
10 LFS="http://www.linuxfromscratch.org/blfs/view/stable/general/mtdev.html"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE$TARBALL"
15 SPLIT="mtdev-dev"
17 compile_rules() {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 genpkg_rules() {
25 case $PACKAGE in
26 mtdev) copy @std;;
27 *-dev) copy @dev;;
28 esac
29 }