milis/talimatname/genel/g/glbinding/talimat

22 lines
391 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.

# Tanım: OpenGL API'si için bir C ++ bağlaması, gl.xml belirtimi kullanılarak üretilmiştir.
# URL: http://www.glbinding.org
# Paketçi: milisarge
# Gerekler: cmake doxygen xorg-mesa
isim=glbinding
surum=1.1.0
devir=1
kaynak=(https://github.com/cginternals/$isim/archive/master.zip)
derle() {
cd $isim-master
cmake -DCMAKE_INSTALL_PREFIX=/usr .
make
make DESTDIR=$PKG install
}