wok annotate glew-dev/receipt @ rev 20080

revert hexchat: does not work with 2.12.4 version like that
author Erkan Yilmaz <erkan@slitaz.org>
date Wed Sep 27 17:35:06 2017 +0000 (2017-09-27)
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