wok-6.x view tslib-dev/receipt @ rev 16026
Up ffmpeg and add to ARM, rm ffmpeg-svn and add git version, up mpg123 and more X pkgs to ARM
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sat Mar 08 06:26:57 2014 +0100 (2014-03-08) |
parents | 600aaedb561d |
children | e3c24dc3326c |
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 DEPENDS="pkg-config"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib/ts
18 cp -a $install/usr/lib/ts/*a $fs/usr/lib/ts
19 cp -a $install/usr/lib/*a $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/include $fs/usr
22 }