wok-stable view libglu-mesa/receipt @ rev 5372
Up: libwebkit, libwebkit-dev, webkit-web-inspector (1.2.0) - Added acl and util-linux-ng-uuid to depends and the -dev of them to build depends.
author | Christopher Rogers <slaxemulator@gmail.com> |
---|---|
date | Sat May 01 01:30:59 2010 +0000 (2010-05-01) |
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 }