wok view libglu-mesa/receipt @ rev 6969

Added postgresql to postgresql-dev depends. Removed zlib from postresql depends since postgresql-client depends on zlib.
author Christopher Rogers <slaxemulator@gmail.com>
date Tue Oct 26 14:58:17 2010 +0000 (2010-10-26)
parents 9853ce11bfc6
children c8256426be90
line source
1 # SliTaz package receipt.
3 PACKAGE="libglu-mesa"
4 VERSION="7.8.2"
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 }