wok-stable annotate freeglut-dev/receipt @ rev 10772
Trying to make a tazdev-like receip with source from slitaz-dev-tools, in order to get yaff cooked properly
author | Babaorum |
---|---|
date | Tue May 31 21:49:58 2011 +0100 (2011-05-31) |
parents | b149cd5f40d0 |
children |
rev | line source |
---|---|
wcnagel@1054 | 1 # SliTaz package receipt. |
wcnagel@1054 | 2 |
wcnagel@1054 | 3 PACKAGE="freeglut-dev" |
slaxemulator@6334 | 4 VERSION="2.6.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" |
rcx@3696 | 8 WEB_SITE="http://freeglut.sourceforge.net/" |
wcnagel@1054 | 9 WANTED="freeglut" |
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 } |