From 0d41d1608eff78e506de7b18a2db1ae58c4ecc77 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 5 Jan 2014 08:53:22 +0100 Subject: [PATCH] VirtualGL: fix pkg -devel description. --- srcpkgs/VirtualGL/template | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/srcpkgs/VirtualGL/template b/srcpkgs/VirtualGL/template index 1f71cc1175..b8307c34f7 100644 --- a/srcpkgs/VirtualGL/template +++ b/srcpkgs/VirtualGL/template @@ -1,29 +1,28 @@ # Template file for 'VirtualGL' pkgname=VirtualGL version=2.3.2 -revision=1 +revision=2 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>=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" maintainer="davehome " 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 + cd ${DESTDIR}/usr/bin + mv glxinfo vglxinfo } VirtualGL-devel_package() { depends="VirtualGL>=${version}" + short_desc+=" - development files" pkg_install() { vmove usr/include }