lightlab stable port information

Package: lightlab
Version: 0.3
Revision: 1015
Distribution: 10.4, 10.5
Depends: gtk+-shlibs,gdk-pixbuf-shlibs,gnome-libs-shlibs,freeglut-shlibs, libgettext8-shlibs
BuildDepends: audiofile, glib, gdk-pixbuf,gnome-libs-dev,freeglut, imlib, esound, x11-dev, libgettext8-dev, gettext-bin, gettext-tools, gtk+, xmkmf (>= 1.0.2-3)
Source: http://www.jwz.org/%n/%n-%v.tar.gz
Source-MD5: 0639d97b2a77c92968de4f7618f0da65
SetLDFLAGS: -framework OpenGL -dylib_file /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib:/System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
ConfigureParams: --mandir=%i/share/man
UpdateConfigGuess: true
CompileScript: <<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
./configure %c
make
<<
InstallScript:<<
#!/bin/sh -ev
export PATH=%p/lib/xmkmf/bin:$PATH
export IMAKEINCLUDE=-I%p/lib/X11/config
mkdir -p %i/bin
mkdir -p %i/share/man/man1
make install prefix=%i
<<
DocFiles: README
Description: Demo of OpenGL lighting effects
DescDetail: <<
Lightlab is a hybrid GTK/OpenGL program for experimenting with the
OpenGL lighting model. This program lets you set the colors and
positions of three GTK light sources, and watch the effect that has on
a simple 3D scene. You can select whether the scene contains a
rotating cube, sphere, or teapot, and whether that object has a
texture image on its surface.
<<
License: BSD
Maintainer: Matthias Neeracher
Homepage: http://www.jwz.org/lightlab/