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

name=x11vnc
version=0.9.12
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
}