wok view libglu-mesa/receipt @ rev 6517

Up: mpfr, mpfr-dev to 3.0.0.
author Christopher Rogers <slaxemulator@gmail.com>
date Sat Oct 02 14:39:44 2010 +0000 (2010-10-02)
parents 19dad1e8892c
children f27e4d63e0bf
line source
1 # SliTaz package receipt.
3 PACKAGE="libglu-mesa"
4 VERSION="7.8.1"
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="glibc-base gcc-lib-base libgl"
11 SUGGESTED="nvidia"
12 PROVIDE="libglu"
14 # Rules to gen a SliTaz package suitable for Tazpkg.
15 genpkg_rules()
16 {
17 mkdir -p $fs/usr/lib
18 cp -a $_pkg/usr/lib/libGLU* $fs/usr/lib
19 }