1 # Maintainer: Mike Sampson <mike at sambodata dot com>
2 # Contributor: Lawrence Lee <valheru at facticius dot net>
6 pkgdesc="a library of C functions that draw extruded surfaces, including surfaces of revolution, sweeps, tubes, polycones, polycylinders and helicoids."
8 url="http://www.linas.org/gle/index.html"
11 makedepends=('gcc' 'glut')
12 source=(http://downloads.sourceforge.net/gle/gle-$pkgver.tar.gz)
13 md5sums=('da5b45c6906343d4a3672c3de35513ad')
17 cd "$srcdir/gle-$pkgver"
19 ./configure --prefix=/usr --mandir=/usr/share
24 cd "$srcdir/gle-$pkgver"
26 make DESTDIR="$pkgdir" install
29 # vim:set ts=2 sw=2 et: