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

Up linux 5.10.214, Patch xorg-server (CVE-2024-31080, CVE-2024-31081, CVE-2024-31082, CVE-2024-31083)
author Stanislas Leduc <shann@slitaz.org>
date Thu Apr 04 08:53:51 2024 +0000 (7 months ago)
parents a23978bfa665
children
rev   line source
gokhlayeh@7001 1 # SliTaz package receipt.
gokhlayeh@7001 2
gokhlayeh@7001 3 PACKAGE="glew-dev"
shann@25634 4 VERSION="2.2.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
pascal@15600 19 cp -a $install/usr/lib/pkgconfig $fs/usr/lib
gokhlayeh@7001 20 }