wok view mtdev/receipt @ rev 18227

wine: modify /etc/locale.conf for UTF-8 support
author Xander Ziiryanoff <psychomaniak@xakep.ru>
date Mon Jul 20 08:25:22 2015 +0200 (2015-07-20)
parents bb009a6ef036
children f2a011e5ec78
line source
1 # SliTaz package receipt.
3 PACKAGE="mtdev"
4 VERSION="1.1.3"
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 TARBALL="$PACKAGE-$VERSION.tar.bz2"
11 WGET_URL="$WEB_SITE$TARBALL"
12 HOST_ARCH="i486 arm"
14 # Rules to configure and make the package.
15 compile_rules()
16 {
17 ./configure $CONFIGURE_ARGS && make && make install
18 }
20 # Rules to gen a SliTaz package suitable for Tazpkg.
21 genpkg_rules()
22 {
23 mkdir -p $fs/usr/lib
24 cp -a $install/usr/lib/*.so* $fs/usr/lib
25 cp -a $install/usr/bin $fs/usr
26 }