VirtualGL: fix pkg -devel description.
This commit is contained in:
parent
8f028d8ba3
commit
0d41d1608e
|
@ -1,29 +1,28 @@
|
||||||
# Template file for 'VirtualGL'
|
# Template file for 'VirtualGL'
|
||||||
pkgname=VirtualGL
|
pkgname=VirtualGL
|
||||||
version=2.3.2
|
version=2.3.2
|
||||||
revision=1
|
revision=2
|
||||||
build_style=cmake
|
build_style=cmake
|
||||||
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
configure_args="-DTJPEG_INCLUDE_DIR=/usr/include
|
||||||
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DVGL_LIBDIR=/usr/lib
|
-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DVGL_LIBDIR=/usr/lib
|
||||||
-DVGL_BINDIR=/usr/bin -DVGL_DOCDIR=/usr/share/doc/${pkgname}"
|
-DVGL_BINDIR=/usr/bin -DVGL_DOCDIR=/usr/share/doc/${pkgname}"
|
||||||
makedepends="cmake libXv-devel glu-devel libjpeg-turbo-devel>=1.3.0_4"
|
hostmakedepends="cmake"
|
||||||
|
makedepends="libXv-devel glu-devel libjpeg-turbo-devel>=1.3.0_4"
|
||||||
short_desc="Run remote OpenGL applications with full acceleration"
|
short_desc="Run remote OpenGL applications with full acceleration"
|
||||||
maintainer="davehome <davehome@redthumb.info.tm>"
|
maintainer="davehome <davehome@redthumb.info.tm>"
|
||||||
homepage="http://www.virtualgl.org/"
|
homepage="http://www.virtualgl.org/"
|
||||||
license="LGPL-2.1"
|
license="LGPL-2.1"
|
||||||
distfiles="${SOURCEFORGE_SITE}/virtualgl/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
distfiles="${SOURCEFORGE_SITE}/virtualgl/${pkgname}/${version}/${pkgname}-${version}.tar.gz"
|
||||||
checksum=bee2abb3225bd1a607036a50e60e2652248d976afdbfcb096423648f1acc5418
|
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() {
|
post_install() {
|
||||||
cd ${DESTDIR}/usr/bin && mv glxinfo vglxinfo
|
cd ${DESTDIR}/usr/bin
|
||||||
|
mv glxinfo vglxinfo
|
||||||
}
|
}
|
||||||
|
|
||||||
VirtualGL-devel_package() {
|
VirtualGL-devel_package() {
|
||||||
depends="VirtualGL>=${version}"
|
depends="VirtualGL>=${version}"
|
||||||
|
short_desc+=" - development files"
|
||||||
pkg_install() {
|
pkg_install() {
|
||||||
vmove usr/include
|
vmove usr/include
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue