wok-next view mtdev/receipt @ rev 20301

Up gnustep-gui, gnustep-back (0.25.1)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Nov 10 08:30:49 2017 +0100 (2017-11-10)
parents 5fee56f64672
children 0e7893ac206d
line source
1 # SliTaz package receipt.
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 HOST_ARCH="i486 arm"
12 TARBALL="$PACKAGE-$VERSION.tar.bz2"
13 WGET_URL="$WEB_SITE$TARBALL"
15 # Rules to configure and make the package.
16 compile_rules()
17 {
18 ./configure \
19 --disable-static \
20 $CONFIGURE_ARGS &&
21 make && make install
22 }
24 # Rules to gen a SliTaz package suitable for Tazpkg.
25 genpkg_rules()
26 {
27 copy bin/ *.so*
28 }