wok view freeglut-dev/receipt @ rev 24985

Add python-future
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue May 10 07:46:58 2022 +0000 (2022-05-10)
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 }