milis/talimatname/genel/virtualgl/talimat

29 lines
646 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 kullanan bir uygulamadan opengl ekran kartına 3d komut iletir
# URL: http://virtualgl.org
# Packager: milisarge
# Depends on: xorg-libxv xorg-glu libjpeg-turbo xorg-xcb-util-keysyms
name=virtualgl
version=2.5.2
release=1
source=(https://github.com/VirtualGL/$name/archive/$version.tar.gz)
build() {
cd $name-$version
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
}