wok-current annotate glew-dev/receipt @ rev 25466

Update some web_site
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Oct 01 09:32:27 2022 +0000 (23 months ago)
parents 7dd01dedad38
children a23978bfa665
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"
pascal@25466 9 WEB_SITE="https://sourceforge.net/projects/glew/"
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 }