#### this file is sourced not run
PKGVER=2.8.1
PKGBUILD=1
PKGARCH=i686

# source: BLFS 7.5
TARBALL=freeglut-2.8.1.tar.gz
MD5SUM=918ffbddcffbac83c218bc52355b6d5a
SRC_URL=http://downloads.sourceforge.net/freeglut/$TARBALL
BUNDLE=

SLACKREQ=mesa32
SLACKDESC='freeglut32: freeglut32 2.8.1 (GL Utility library)  
freeglut32:  
freeglut32: Freeglut is intended to be a 100% compatible, completely opensourced 
freeglut32: clone of the GLUT library. GLUT is a window system independent 
freeglut32: toolkit for writing OpenGL programs, implementing a simple windowing 
freeglut32: API, which makes learning about and exploring OpenGL programming 
freeglut32: very easy.  
freeglut32: 
freeglut32: This contains 32-bit version of the library
freeglut32: 
freeglut32:
'

### default pkg_download
### default pkg_prepare
pkg_package() {
	rm -rf bin sbin usr/bin usr/sbin usr/include usr/share
}

### build
pkg_build() {
	CONFFLAGS="$CONFFLAGS --disable-static"
	pkg_build_autoconf && 
	pkg_build_slackdesc
}
