summaryrefslogtreecommitdiffstats
path: root/extra/x11vnc/Pkgfile
blob: 8a32f62c531599d54afd300a8860a3e2274a0406 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Description: Serveur VNC
# URL: http://www.karlrunge.com/x11vnc/
# Maintainer: NuTyX core team
# Packager: thierryn1 at hispeed dot ch
# Depends on: libjpgeg, xorg, avahi

name=x11vnc
version=0.9.9
release=1
source=(http://downloads.sourceforge.net/libvncserver//$name-$version.tar.gz)

build() {
	
	cd $name-$version
	./configure --prefix=/usr \
	--mandir=/usr/share/man
	make
	make DESTDIR=$PKG install
}