wok-6.x view babl-dev/receipt @ rev 6565

Added mesa, libdrm-dev, xorg-dev-proto, and libxcb-dev to depends of mesa-dev. Fixes pkgconfig --cflags glw from not working in clean chroot.
author Christopher Rogers <slaxemulator@gmail.com>
date Fri Oct 08 00:43:28 2010 +0000 (2010-10-08)
parents a28e4dde2eb1
children 32141ce4e6e9
line source
1 # SliTaz package receipt.
3 PACKAGE="babl-dev"
4 VERSION="0.1.2"
5 CATEGORY="development"
6 SHORT_DESC="pixel format translation library dev files."
7 MAINTAINER="erjo@slitaz.org"
8 DEPENDS="babl"
9 TARBALL="$PACKAGE-$VERSION.tar.bz2"
10 WEB_SITE="http://gegl.org/babl/"
11 WANTED="babl"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
19 cp -a $_pkg/usr/include $fs/usr
20 }