opt/freeglut/Pkgfile

18 lines
451 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
2010-07-06 18:51:50 +02:00
# Depends on: mesa3d xorg-libxi
2006-02-23 16:26:10 +01:00
name=freeglut
2010-07-06 18:51:50 +02:00
version=2.6.0
release=1
source=(http://dl.sourceforge.net/sourceforge/$name/$name-$version.tar.gz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
./configure --prefix=/usr \
--disable-warnings
2006-02-23 16:26:10 +01:00
make
make DESTDIR=$PKG install
}