milis/talimatname/genel/glbinding/talimat

22 lines
402 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Description: OpenGL API'si için bir C ++ bağlaması, gl.xml belirtimi kullanılarak üretilmiştir.
# URL: http://www.glbinding.org
# Packager: milisarge
# Depends on: cmake doxygen xorg-mesa
name=glbinding
version=1.1.0
release=1
source=(https://github.com/cginternals/$name/archive/master.zip)
build() {
cd $name-master
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR=$PKG install
}