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
1 # Description: VNC server for real X displays
2 # URL: http://www.karlrunge.com/x11vnc/
3 # Maintainer: Victor Martinez, pitillo at ono dot com
4 # Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
5 # Depends on: xorg-libxdamage xorg-libxrandr xorg-libxtst libjpeg
6
7 name=x11vnc
8 version=0.9.9
9 release=1
10 source=(http://dl.sourceforge.net/sourceforge/libvncserver/$name-$version.tar.gz)
11
12 build() {
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
21 make AR="$AR"
22 make prefix=$PKG/usr install
23 rm $PKG/usr/share/x11vnc/classes/ssl/README
24 }