wok-4.x diff x11vnc/receipt @ rev 2192
netatalk-pam, samba-pam: fix WGET_URL
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Mon Feb 09 10:56:09 2009 +0000 (2009-02-09) |
parents | 050151a9f32f |
children | 917290e1ad30 |
line diff
1.1 --- a/x11vnc/receipt Mon Jun 30 22:31:55 2008 +0000 1.2 +++ b/x11vnc/receipt Mon Feb 09 10:56:09 2009 +0000 1.3 @@ -1,7 +1,7 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="x11vnc" 1.7 -VERSION="0.9.3" 1.8 +VERSION="0.9.6" 1.9 CATEGORY="network" 1.10 SHORT_DESC="VNC server using X server" 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 @@ -16,9 +16,10 @@ 1.13 { 1.14 cd $src 1.15 ./configure --prefix=/usr \ 1.16 - $CONFIGURE_ARGS 1.17 - make 1.18 - make DESTDIR=$src/_pkg install 1.19 + $CONFIGURE_ARGS && 1.20 + make && 1.21 + make DESTDIR=$src/_pkg install && 1.22 + rm $src/_pkg/usr/share/applications 1.23 } 1.24 1.25 # Rules to gen a SliTaz package suitable for Tazpkg. 1.26 @@ -34,7 +35,7 @@ 1.27 { 1.28 grep -q "^X11VNC" $1/etc/daemons.conf || cat >>$1/etc/daemons.conf <<EOT 1.29 # VNC server options. 1.30 -X11VNC_OPTIONS="-rfbauth /etc/vnc.secret -loop" 1.31 +X11VNC_OPTIONS="-rfbauth /etc/vnc.secret -loop -tightfilexfer -permitfiletransfer -display :0" 1.32 1.33 EOT 1.34 [ -f $1/etc/vnc.secret ] || echo -en 'p\x05\xE3\x8B\x81\xB0\xB2\x1B' \