void-packages/srcpkgs/x11vnc/template
Juan RP 1c5f4690e6 xbps-src: always require current srcpkgs version in build dependencies.
That means that version comparators are not supported anymore in
hostmakedepends and makedepends.

This will ensure that a pkg is always built with the same build dependencies
everywhere, if the srcpkgs tree is uptodate.
2015-03-27 10:59:58 +01:00

18 lines
645 B
Bash

# Template file for 'x11vnc'
pkgname=x11vnc
version=0.9.13
revision=6
build_style=gnu-configure
makedepends="zlib-devel libX11-devel libXtst-devel libXinerama-devel libXdamage-devel libXrandr-devel libressl-devel libjpeg-turbo-devel"
short_desc="VNC server for real X displays"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-2"
homepage="http://www.karlrunge.com/x11vnc/"
distfiles="${SOURCEFORGE_SITE}/libvncserver/${pkgname}/${pkgname}-${version}.tar.gz"
checksum=f6829f2e629667a5284de62b080b13126a0736499fe47cdb447aedb07a59f13b
post_install() {
rm -r ${DESTDIR}/usr/include/rfb
rm -r ${DESTDIR}/usr/share/x11vnc
}