wok-6.x view freeglut-dev/receipt @ rev 21653
Up exosip (5.1.0), siproxd (0.8.2)
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu May 30 17:55:07 2019 +0200 (2019-05-30) |
parents | ae1fec5083b2 |
children | d0438145f3e2 |
line source
1 # SliTaz package receipt.
3 PACKAGE="freeglut-dev"
4 VERSION="3.0.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/"
11 WANTED="freeglut"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $install/usr/lib/*.*a $fs/usr/lib
18 cp -a $install/usr/include $fs/usr
19 }