wok-6.x view libglu-mesa/receipt @ rev 2111
Add: aspell-pt_BR
author | Paul Issott <paul@slitaz.org> |
---|---|
date | Thu Jan 29 20:11:50 2009 +0000 (2009-01-29) |
parents | |
children | e97c81ccdba0 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libglu-mesa"
4 VERSION="7.0.3"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL utility library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 WANTED="mesa"
10 DEPENDS="libgl"
11 PROVIDE="libglu"
13 # Rules to gen a SliTaz package suitable for Tazpkg.
14 genpkg_rules()
15 {
16 mkdir -p $fs/usr/lib
17 cp -a $_pkg/usr/local/lib/libGLU* $fs/usr/lib
18 }