wok view freeglut-dev/receipt @ rev 24563
updated freeglut and freeglut-dev (3.2.1 -> 3.2.2)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Feb 25 17:38:01 2022 +0100 (2022-02-25) |
parents | d0438145f3e2 |
children | d2b97b580e23 |
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://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 }