wok annotate freeglut-dev/receipt @ rev 2214

Add menu-cache (will be used by next lxpanel release)
author Christophe Lincoln <pankso@slitaz.org>
date Wed Feb 11 17:45:18 2009 +0100 (2009-02-11)
parents 74c908326808
children 2db429fb192c
rev   line source
wcnagel@1054 1 # SliTaz package receipt.
wcnagel@1054 2
wcnagel@1054 3 PACKAGE="freeglut-dev"
wcnagel@1054 4 VERSION="2.4.0"
wcnagel@1054 5 CATEGORY="development"
wcnagel@1054 6 SHORT_DESC="OpenGL utility toolkit development files."
b1+slitaz@1802 7 MAINTAINER="b1+slitaz@nagel.org"
wcnagel@1054 8 WANTED="freeglut"
wcnagel@1054 9 WEB_SITE="http://freeglut.sourceforge.net/"
wcnagel@1054 10
wcnagel@1054 11 # Rules to gen a SliTaz package suitable for Tazpkg.
wcnagel@1054 12 genpkg_rules()
wcnagel@1054 13 {
wcnagel@1054 14 mkdir -p $fs/usr/lib
wcnagel@1054 15 cp -a $_pkg/usr/lib/*.*a $fs/usr/lib
wcnagel@1054 16 cp -a $_pkg/usr/include $fs/usr
wcnagel@1054 17 }