wok view freeglut-dev/receipt @ rev 20257

Add giflossy
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Mar 13 23:27:32 2018 +0100 (2018-03-13)
parents 54f2cf52f89e
children ae1fec5083b2
line source
1 # SliTaz package receipt.
3 PACKAGE="freeglut-dev"
4 VERSION="2.6.0"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL utility toolkit development files."
7 MAINTAINER="b1+slitaz@nagel.org"
8 LICENSE="GPL"
9 WEB_SITE="http://freeglut.sourceforge.net/"
10 WANTED="freeglut"
12 # Rules to gen a SliTaz package suitable for Tazpkg.
13 genpkg_rules()
14 {
15 mkdir -p $fs/usr/lib
16 cp -a $install/usr/lib/*.*a $fs/usr/lib
17 cp -a $install/usr/include $fs/usr
18 }