opt/freeglut/Pkgfile

20 lines
507 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: a free alternative to the OpenGL Utility Toolkit (GLUT) library
# URL: http://freeglut.sourceforge.net
2006-10-09 21:31:56 +02:00
# Maintainer: Tilman Sauerbeck, tilman at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: x11
name=freeglut
version=2.4.0
release=2
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz \
freeglut-2.4.0.patch)
2006-02-23 16:26:10 +01:00
build() {
patch -p0 -i $SRC/freeglut-2.4.0.patch
2006-02-23 16:26:10 +01:00
cd $name-$version
./configure --prefix=/usr \
--disable-warnings
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}