wok annotate glew-dev/receipt @ rev 15597

Update some bdeps with pkg-config
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Dec 05 11:43:50 2013 +0000 (2013-12-05)
parents 7c0d3f10f7d4
children de49f29b101e
rev   line source
gokhlayeh@7001 1 # SliTaz package receipt.
gokhlayeh@7001 2
gokhlayeh@7001 3 PACKAGE="glew-dev"
slaxemulator@8634 4 VERSION="1.5.8"
gokhlayeh@7001 5 CATEGORY="development"
gokhlayeh@7001 6 SHORT_DESC="The OpenGL Extension Wrangler Library. (devel files)"
gokhlayeh@7001 7 MAINTAINER="pascal.bellard@slitaz.org"
gokhlayeh@7001 8 WEB_SITE="http://glew.sourceforge.net/"
gokhlayeh@7001 9 WANTED="glew"
gokhlayeh@7001 10
pascal@15597 11 DEPENDS="glew pkg-config"
pascal@15597 12
gokhlayeh@7001 13 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7001 14 genpkg_rules()
gokhlayeh@7001 15 {
gokhlayeh@7001 16 mkdir -p $fs/usr/lib
gokhlayeh@7001 17 cp -a $_pkg/usr/include $fs/usr
gokhlayeh@7001 18 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
gokhlayeh@7001 19 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@7001 20 }
gokhlayeh@7001 21