wok-current view freeglut-dev/receipt @ rev 24586
updated gawk (5.0.1 -> 5.1.1)
author | Hans-G?nter Theisgen |
---|---|
date | Mon Feb 28 09:01:30 2022 +0100 (2022-02-28) |
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 }