31 lines
933 B
Bash
31 lines
933 B
Bash
# Template file for 'VirtualGL'
|
|
pkgname=VirtualGL
|
|
version=2.5
|
|
revision=1
|
|
lib32disabled=yes
|
|
build_style=cmake
|
|
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
|
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DVGL_LIBDIR=/usr/lib
|
|
-DVGL_BINDIR=/usr/bin -DVGL_DOCDIR=/usr/share/doc/${pkgname}"
|
|
makedepends="libXv-devel glu-devel libjpeg-turbo-devel"
|
|
short_desc="Run remote OpenGL applications with full acceleration"
|
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
|
homepage="http://www.virtualgl.org/"
|
|
license="LGPL-2.1"
|
|
distfiles="${SOURCEFORGE_SITE}/virtualgl/${version}/${pkgname}-${version}.tar.gz"
|
|
checksum=14d5ba1af9fe8859bbb6131714fee465143f16184449d2d7adb65bd4aba4d7d6
|
|
|
|
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
|
|
|
|
post_install() {
|
|
mv ${DESTDIR}/usr/bin/{glxinfo,vglxinfo}
|
|
}
|
|
|
|
VirtualGL-devel_package() {
|
|
depends="${sourcepkg}>=${version}_${revision}"
|
|
short_desc+=" - development files"
|
|
pkg_install() {
|
|
vmove usr/include
|
|
}
|
|
}
|