wok view libglw-mesa/receipt @ rev 5155

lxpanel: add tazctrlbox to config file
author Rohit Joshi <jozee@slitaz.org>
date Wed Mar 24 06:59:27 2010 -0400 (2010-03-24)
parents 0588160a6878
children 9853ce11bfc6
line source
1 # SliTaz package receipt.
3 PACKAGE="libglw-mesa"
4 VERSION="7.4.4"
5 CATEGORY="development"
6 SHORT_DESC="OpenGL widget library"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 WEB_SITE="http://www.mesa3d.org/"
9 WANTED="mesa"
10 DEPENDS="glibc-base util-linux-ng-uuid zlib freetype lesstif libgl \
11 xorg-libICE xorg-libSM xorg-libX11 xorg-libXau xorg-libXdmcp xorg-libXt \
12 openmotif nvidia"
13 PROVIDE="libglw"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/lib
19 cp -a $_pkg/usr/lib/libGLw* $fs/usr/lib
20 }