Skip to content
Snippets Groups Projects
Commit eab0504d authored by Jose Tiago Macara Coutinho's avatar Jose Tiago Macara Coutinho
Browse files

add libglu recipe

parent ed57c2fa
Branches libglu
No related tags found
No related merge requests found
#!/bin/bash
export CFLAGS="-I${PREFIX}/include"
export LDFLAGS="-L${PREFIX}/lib"
./configure --prefix=$PREFIX ##--disable-static
make
make install
package:
name: libglu
version: 9.0.0
source:
fn: glu-9.0.0.tar.gz
url: ftp://ftp.freedesktop.org/pub/mesa/glu/glu-9.0.0.tar.gz
md5: bbc57d4fe3bd3fb095bdbef6fcb977c4
build:
number: 0
skip: True # [win or osx]
test:
commands:
- test -f ${PREFIX}/lib/libGLU.a # [not win]
- test -f ${PREFIX}/lib/libGLU.so # [linux]
- test -f ${PREFIX}/lib/libGLU.dylib # [osx]
about:
home: http://www.mesa3d.org/glu.html
license: SGI-2
summary: Mesa OpenGL utility library (GLU)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment