New package: turbovnc-1.2.

This commit is contained in:
Juan RP 2013-10-07 12:35:56 +02:00
parent 3aa8b99368
commit 755007cc9e

25
srcpkgs/turbovnc/template Normal file
View file

@ -0,0 +1,25 @@
# Template file for 'turbovnc'
pkgname=turbovnc
version=1.2
revision=1
build_style=cmake
configure_args="-DTJPEG_LIBRARY=/usr/lib/libturbojpeg.so -DTVNC_CONFDIR=/etc
-DTVNC_MANDIR=/usr/share/man -DTVNC_DOCDIR=/usr/share/doc/${pkgname}"
hostmakedepends="cmake"
makedepends="libjpeg-turbo-devel libXt-devel libXaw-devel libXcursor-devel"
short_desc="An optimized version of TightVNC - a VNC client"
maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2"
homepage="http://virtualgl.org"
distfiles="${SOURCEFORGE_SITE}/virtualgl/$pkgname-$version.tar.gz"
checksum=36a8d19fcff0e54475f709bc4d83cfea5f782ee546086ee9e16d2b1aa23ca32f
post_install() {
mv ${DESTDIR}/usr/README.txt ${DESTDIR}/usr/share/doc/${pkgname}
}
turbovnc_package() {
pkg_install() {
vmove all
}
}