wok annotate glew-dev/receipt @ rev 16374

Up: slitaz-configs (5.4) Getting ready for 5.0-RC1
author Christophe Lincoln <pankso@slitaz.org>
date Mon Apr 14 19:59:46 2014 +0200 (2014-04-14)
parents 8ed62ecac0c7
children 066eee29967a
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"
pascal@15600 8 LICENSE="MIT BSD"
gokhlayeh@7001 9 WEB_SITE="http://glew.sourceforge.net/"
gokhlayeh@7001 10 WANTED="glew"
gokhlayeh@7001 11
pascal@15597 12 DEPENDS="glew pkg-config"
pascal@15597 13
gokhlayeh@7001 14 # Rules to gen a SliTaz package suitable for Tazpkg.
gokhlayeh@7001 15 genpkg_rules()
gokhlayeh@7001 16 {
gokhlayeh@7001 17 mkdir -p $fs/usr/lib
pascal@15600 18 cp -a $install/usr/include $fs/usr
pascal@15600 19 cp -a $install/usr/lib/*.*a $fs/usr/lib
pascal@15600 20 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@7001 21 }
gokhlayeh@7001 22