milis/talimatname/genel/v/virtualgl/talimat

29 lines
631 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 kullanan bir uygulamadan opengl ekran kartına 3d komut iletir
# URL: http://virtualgl.org
# Paketçi: milisarge
# Gerekler: xorg-libxv xorg-glu libjpeg-turbo xorg-xcb-util-keysyms
isim=virtualgl
surum=2.5.2
devir=1
kaynak=(https://github.com/VirtualGL/$isim/archive/$surum.tar.gz)
derle() {
cd $isim-$surum
cmake . \
-DCMAKE_BINARY_DIR=/usr \
-DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_INSTALL_DEFAULT_LIBDIR=lib \
-DCMAKE_SYSTEM_PROCESSOR=x86_64
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share
rm -rf $PKG/usr/bin/.vglrun.vars64
mv $PKG/usr/bin/glxinfo $PKG/usr/bin/vglxinfo
}