vp-build/srcpkgs/turbovnc/template

30 lines
1.0 KiB
Bash

# Template file for 'turbovnc'
pkgname=turbovnc
version=2.1.2
revision=2
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} -DTVNC_BUILDJAVA=0"
hostmakedepends="rsync"
makedepends="libjpeg-turbo-devel libXt-devel libXaw-devel libXcursor-devel pam-devel"
depends="perl"
short_desc="An optimized version of TightVNC - a VNC client"
conf_files="/etc/turbovncserver.conf /etc/turbovncserver-security.conf"
maintainer="Juan RP <xtraeme@voidlinux.eu>"
license="GPL-2"
homepage="http://virtualgl.org"
distfiles="${SOURCEFORGE_SITE}/turbovnc/$pkgname-$version.tar.gz"
checksum=2389f76eafc48412b980a61280ffb8d111dacd9e51d5e3df2112f505558b48d4
only_for_archs="i686 i686-musl x86_64 x86_64-musl"
conflicts="tigervnc>=0"
# Need this to make <sys/socket.h> define struct ucred with musl
CFLAGS="-D_GNU_SOURCE"
post_install() {
rm -rf ${DESTDIR}/etc/sysconfig
rm -rf ${DESTDIR}/etc/init.d
rm ${DESTDIR}/usr/share/man/man1/Xserver.1
}