wok view xcb-util-keysyms-dev/receipt @ rev 16255

Up socat (2.0.0-b7)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Apr 04 16:24:21 2014 +0000 (2014-04-04)
parents 3af9c976b7d4
children a78610b2eb47
line source
1 # SliTaz package receipt.
3 PACKAGE="xcb-util-keysyms-dev"
4 VERSION="0.3.8"
5 CATEGORY="development"
6 SHORT_DESC="devel files for xcb-util-keysyms"
7 MAINTAINER="slaxemulator@gmail.com"
8 LICENSE="other"
9 WEB_SITE="http://xcb.freedesktop.org/"
10 WANTED="xcb-util-keysyms"
11 HOST_ARCH="i486 arm"
13 DEPENDS="xcb-util-keysyms pkg-config"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $install/usr/include $fs/usr
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 cp -a $install/usr/lib/*.la $fs/usr/lib
22 }