wok view xcb-util-dev/receipt @ rev 15666

Add ddumbfs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Dec 13 16:18:29 2013 +0000 (2013-12-13)
parents 3af9c976b7d4
children 4ba762f15bab
line source
2 PACKAGE="xcb-util-dev"
3 VERSION="0.3.8"
4 CATEGORY="development"
5 SHORT_DESC="xcb-util development files"
6 MAINTAINER="mallory@sweetpeople.org"
7 LICENSE="MIT"
8 WANTED="xcb-util"
9 WEB_SITE="http://xcb.freedesktop.org"
11 DEPENDS="xcb-util pkg-config"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 cp -a $install/usr/lib/*.*a $fs/usr/lib
19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
20 }