CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
dropbear: moved from core collection
[attic/ports/opt-cross.git] / x11vnc / Pkgfile
CommitLineData
72329e02
VM
1# Description: VNC server for real X displays
2# URL: http://www.karlrunge.com/x11vnc/
3# Maintainer: Victor Martinez, pitillo at ono dot com
38b50d66 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
7edd5e80 5# Depends on: xorg-libxdamage xorg-libxrandr xorg-libxtst libjpeg
72329e02
VM
6
7name=x11vnc
8version=0.9.9
9release=1
10source=(http://dl.sourceforge.net/sourceforge/libvncserver/$name-$version.tar.gz)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --disable-nls \
18 --mandir=$PKG/usr/man \
19 --x-includes=$CLFS/usr/include/X11 \
20 --x-libraries=$CLFS/usr/lib/X11
ca9da2e8 21 make AR="$AR"
72329e02
VM
22 make prefix=$PKG/usr install
23 rm $PKG/usr/share/x11vnc/classes/ssl/README
24}