wok annotate glew-dev/receipt @ rev 21803

created recipe for nnn 2.6
author Hans-G?nter Theisgen
date Sat Aug 10 20:59:16 2019 +0100 (2019-08-10)
parents 066eee29967a
children 7dd01dedad38
rev   line source
gokhlayeh@7001 1 # SliTaz package receipt.
gokhlayeh@7001 2
gokhlayeh@7001 3 PACKAGE="glew-dev"
Hans-G?nter@20972 4 VERSION="2.1.0"
gokhlayeh@7001 5 CATEGORY="development"
Hans-G?nter@20972 6 SHORT_DESC="The OpenGL Extension Wrangler Library. (development files)"
gokhlayeh@7001 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15600 8 LICENSE="MIT BSD"
gokhlayeh@7001 9 WEB_SITE="http://glew.sourceforge.net/"
Hans-G?nter@20972 10
gokhlayeh@7001 11 WANTED="glew"
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
Hans-G?nter@20974 18 cp -a $install/usr/include $fs/usr
Hans-G?nter@20974 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 }