freeglut: removed, it was way outdated.

--HG--
extra : convert_revision : 04719e2823fb728aaa7e3e6c8ed9f4376b42274b
This commit is contained in:
Juan RP 2009-12-05 01:50:06 +01:00
parent 1f1f909ae3
commit 44e816964e
2 changed files with 0 additions and 29 deletions

View file

@ -1,11 +0,0 @@
--- src/Makefile.in.orig 2008-10-08 14:39:38.000000000 +0200
+++ src/Makefile.in 2008-10-08 14:39:49.000000000 +0200
@@ -130,7 +130,7 @@
#
# Additional linker flags
#
-lib@LIBRARY@_la_LIBADD = $(LIBM) $(X_LIBS) -lGL -lGLU -lXext -lX11 $(LIBXXF86VM)
+lib@LIBRARY@_la_LIBADD = $(LIBM) $(X_LIBS) -lusbhid -lGL -lGLU -lXext -lX11 $(LIBXXF86VM)
lib@LIBRARY@_la_LDFLAGS = -version-info 11:0:8
lib@LIBRARY@_la_CFLAGS = $(X_CFLAGS)

View file

@ -1,18 +0,0 @@
# Template build file for 'freeglut'.
pkgname=freeglut
version=2.4.0
patch_files="$pkgname-src-Makefile-in.diff"
distfiles="$SOURCEFORGE_SITE/freeglut/$pkgname-$version.tar.gz"
build_style=gnu_configure
configure_args="--disable-warnings"
make_cmd="$XBPS_MASTERDIR/bin/gmake"
short_desc="Alternative to the OpenGL Utility Toolkit (GLUT) library"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=77465647f3d65fbb5cf253eb93ac7409e0c37b14
long_desc="
freeglut is a completely OpenSourced alternative to the OpenGL
Utility Toolkit (GLUT) library. GLUT was originally written by
Mark Kilgard to support the sample programs in the second edition
OpenGL 'RedBook'. Since then, GLUT has been used in a wide variety
of practical applications because it is simple, universally available
and highly portable."