wok view tslib-dev/receipt @ rev 15590

gphoto2, gtkperf: update bdeps
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Dec 02 19:18:04 2013 +0000 (2013-12-02)
parents 6b4a47136bff
children 3af9c976b7d4
line source
1 # SliTaz package receipt.
3 PACKAGE="tslib-dev"
4 VERSION="1.0"
5 CATEGORY="development"
6 SHORT_DESC="Abstraction layer for touchscreen panel events, development files."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="LGPL2"
9 WEB_SITE="http://tslib.berlios.de/"
10 WANTED="tslib"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib/ts
16 cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts
17 cp -a $install/usr/lib/*a $fs/usr/lib
18 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 }