wok view freeglut-dev/receipt @ rev 25503

f3: include extra programs
author Hans-G?nter Theisgen
date Fri Jan 27 10:37:43 2023 +0100 (15 months ago)
parents 257d3372786a
children
line source
1 # SliTaz package receipt.
3 PACKAGE="freeglut-dev"
4 VERSION="3.2.2"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL utility toolkit - development files."
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL"
9 WEB_SITE="https://web.archive.org/web/20220516194849/https://sourceforge.net/projects/freeglut/"
11 WANTED="freeglut"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 cook_copy_folders include
17 cook_copy_folders pkgconfig
18 cook_copy_files *.*a
19 }