wok view freeglut-dev/receipt @ rev 18095

Up: cookutils, cookutils-daemon (739): try to remove rest of the .pyc, .pyo, ... files.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Wed May 27 00:25:30 2015 +0300 (2015-05-27)
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 }