wok-current view libglu-mesa/receipt @ rev 2974
Add: firefox-dev (somehow missing; needed for browser plugins)
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Sun May 10 14:20:42 2009 +0000 (2009-05-10) |
parents | 88bf5a2b55c3 |
children | c982ededd96c |
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 xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXext"
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 }