wok view libglu-mesa/receipt @ rev 5072
fix hp officejet: sane-backends
author | Rohit Joshi <jozee@slitaz.org> |
---|---|
date | Fri Mar 12 11:32:31 2010 +0000 (2010-03-12) |
parents | 8752c40cc534 |
children | 9853ce11bfc6 |
line source
1 # SliTaz package receipt.
3 PACKAGE="libglu-mesa"
4 VERSION="7.4.4"
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 }