wok annotate glew-dev/receipt @ rev 7001

glew: pack devel files separately
author Antoine Bodin <gokhlayeh@slitaz.org>
date Sun Oct 31 15:40:47 2010 +0100 (2010-10-31)
parents
children 47f966e8651b
rev   line source
gokhlayeh@7001 1 # SliTaz package receipt.
gokhlayeh@7001 2
gokhlayeh@7001 3 PACKAGE="glew-dev"
gokhlayeh@7001 4 VERSION="1.5.6"
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 TARBALL="$PACKAGE-$VERSION.tgz"
gokhlayeh@7001 9 WEB_SITE="http://glew.sourceforge.net/"
gokhlayeh@7001 10 WANTED="glew"
gokhlayeh@7001 11
gokhlayeh@7001 12 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7001 13 genpkg_rules()
gokhlayeh@7001 14 {
gokhlayeh@7001 15 mkdir -p $fs/usr/lib
gokhlayeh@7001 16 cp -a $_pkg/usr/include $fs/usr
gokhlayeh@7001 17 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
gokhlayeh@7001 18 cp -a $_pkg/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@7001 19 }
gokhlayeh@7001 20