wok view mtdev/receipt @ rev 14621

Up: cups to 1.6.1.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Jun 01 10:12:35 2013 +0000 (2013-06-01)
parents
children bb009a6ef036
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 WEB_SITE="http://bitmath.org/code/mtdev/"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WGET_URL="$WEB_SITE$TARBALL"
12 # Rules to configure and make the package.
13 compile_rules()
14 {
15 cd $src
16 ./configure $CONFIGURE_ARGS && make && make install
17 }
19 # Rules to gen a SliTaz package suitable for Tazpkg.
20 genpkg_rules()
21 {
22 mkdir -p $fs/usr/lib
23 cp -a $install/usr/lib/*.so* $fs/usr/lib
24 cp -a $install/usr/bin $fs/usr
25 }