glu: initial release

This commit is contained in:
Juergen Daubert 2012-10-10 11:45:34 +02:00
parent 980babcc9b
commit b42166060a
3 changed files with 30 additions and 0 deletions

13
glu/.footprint Normal file
View File

@ -0,0 +1,13 @@
drwxr-xr-x root/root usr/
drwxr-xr-x root/root usr/include/
drwxr-xr-x root/root usr/include/GL/
-rw-r--r-- root/root usr/include/GL/glu.h
-rw-r--r-- root/root usr/include/GL/glu_mangle.h
drwxr-xr-x root/root usr/lib/
-rw-r--r-- root/root usr/lib/libGLU.a
-rwxr-xr-x root/root usr/lib/libGLU.la
lrwxrwxrwx root/root usr/lib/libGLU.so -> libGLU.so.1.3.1
lrwxrwxrwx root/root usr/lib/libGLU.so.1 -> libGLU.so.1.3.1
-rwxr-xr-x root/root usr/lib/libGLU.so.1.3.1
drwxr-xr-x root/root usr/lib/pkgconfig/
-rw-r--r-- root/root usr/lib/pkgconfig/glu.pc

1
glu/.md5sum Normal file
View File

@ -0,0 +1 @@
be9249132ff49275461cf92039083030 glu-9.0.0.tar.bz2

16
glu/Pkgfile Normal file
View File

@ -0,0 +1,16 @@
# Description: Mesa OpenGL Utility library
# URL: http://www.mesa3d.org
# Maintainer: CRUX Xorg Team, xorg-ports at crux dot nu
# Depends on: mesa3d
name=glu
version=9.0.0
release=1
source=(ftp://ftp.freedesktop.org/pub/mesa/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr
make
make DESTDIR=$PKG install
}