wok-stable view libxcb-dev/receipt @ rev 5068

move static binaries in /usr/share/boot to avoid tazwok strip
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Mar 12 17:24:19 2010 +0100 (2010-03-12)
parents 9bacc5bdae08
children db36f3c89dff
line source
1 # SliTaz package receipt.
3 PACKAGE="libxcb-dev"
4 VERSION="1.4"
5 CATEGORY="development"
6 SHORT_DESC="libxcb development files"
7 MAINTAINER="mallory@sweetpeople.org"
8 WANTED="libxcb"
9 WEB_SITE="http://xcb.freedesktop.org"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $_pkg/usr/include $fs/usr
17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
19 }