wok view libxcb-dev/receipt @ rev 15349

freetype: splashutils *needs* static lib
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Sep 30 15:03:13 2013 +0000 (2013-09-30)
parents a09e9d64e4c9
children 8ed62ecac0c7
line source
1 # SliTaz package receipt.
3 PACKAGE="libxcb-dev"
4 VERSION="1.9.1"
5 CATEGORY="development"
6 SHORT_DESC="Development files for libxcb"
7 MAINTAINER="mallory@sweetpeople.org"
8 LICENSE="other"
9 WEB_SITE="http://xcb.freedesktop.org/"
11 WANTED="libxcb"
12 DEPENDS="libxcb xorg-libXau-dev xorg-libXdmcp-dev"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 cp -a $install/usr/lib/*.la $fs/usr/lib
20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
21 sed -i 's|pthread-stubs||' $fs/usr/lib/pkgconfig/xcb.pc
22 }