wok view freeglut-dev/receipt @ rev 20007

Add: description.txt and links revision.
author Leonardo Laporte <hackdorte@yandex.com>
date Wed Aug 02 12:34:36 2017 -0300 (2017-08-02)
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 }