wok-current annotate freeglut-dev/receipt @ rev 1319
Linux: CONFIG_HZ=1000
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Aug 28 10:01:41 2008 +0000 (2008-08-28) |
parents | |
children | 74c908326808 |
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." |
wcnagel@1054 | 7 MAINTAINER="wcnagel" |
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 } |