New package: VirtualGL-2.3.2.
This commit is contained in:
parent
7979cb29a3
commit
f748cd6fa2
1
srcpkgs/VirtualGL-devel
Symbolic link
1
srcpkgs/VirtualGL-devel
Symbolic link
|
@ -0,0 +1 @@
|
|||
VirtualGL
|
36
srcpkgs/VirtualGL/template
Normal file
36
srcpkgs/VirtualGL/template
Normal file
|
@ -0,0 +1,36 @@
|
|||
# Template file for 'VirtualGL'
|
||||
pkgname=VirtualGL
|
||||
version=2.3.2
|
||||
revision=1
|
||||
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="cmake libXv-devel glu-devel libjpeg-turbo-devel"
|
||||
short_desc="Run remote OpenGL applications with full acceleration"
|
||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||
homepage="http://www.virtualgl.org/"
|
||||
license="LGPL-2.1"
|
||||
distfiles="${SOURCEFORGE_SITE}/virtualgl/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=bee2abb3225bd1a607036a50e60e2652248d976afdbfcb096423648f1acc5418
|
||||
long_desc="
|
||||
Redirects the 3D rendering commands from Unix and Linux OpenGL applications to
|
||||
3D accelerator hardware in a dedicated server and displays the rendered output
|
||||
interactively to a thin client located elsewhere on the network."
|
||||
|
||||
post_install() {
|
||||
cd ${DESTDIR}/usr/bin && mv glxinfo vglxinfo
|
||||
}
|
||||
|
||||
VirtualGL-devel_package() {
|
||||
depends="VirtualGL>=${version}"
|
||||
pkg_install() {
|
||||
vmove usr/include
|
||||
}
|
||||
}
|
||||
|
||||
VirtualGL_package() {
|
||||
pkg_install() {
|
||||
vmove all
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user