xorg-server: enable some more extensions.
[pkgfs.git] / templates / freeglut.tmpl
blobc4114879e0f5942a8efb491df7ba03ebe4c321e2
1 # Template build file for 'freeglut'.
2 pkgname=freeglut
3 version=2.4.0
4 patch_files="$pkgname-src-Makefile-in.diff"
5 extract_sufx=".tar.gz"
6 url=http://surfnet.dl.sourceforge.net/sourceforge/freeglut
7 build_style=gnu_configure
8 configure_args="--disable-warnings"
9 make_cmd="$PKGFS_MASTERDIR/bin/gmake"
10 short_desc="Alternative to the OpenGL Utility Toolkit (GLUT) library"
11 maintainer="Juan RP <xtraeme@gmail.com>"
12 checksum=77465647f3d65fbb5cf253eb93ac7409e0c37b14
13 long_desc="
14  freeglut is a completely OpenSourced alternative to the OpenGL
15  Utility Toolkit (GLUT) library. GLUT was originally written by
16  Mark Kilgard to support the sample programs in the second edition
17  OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety
18  of practical applications because it is simple, universally available
19  and highly portable."