From ff7ebbb898b9574e4b0c891f314f7e1287b1c553 Mon Sep 17 00:00:00 2001 From: tnut Date: Sat, 27 Feb 2010 16:32:37 +0100 Subject: tightvnc-viewer, maj footprint --- extra/tightvnc-viewer/.footprint | 11 ++++++----- extra/tightvnc-viewer/Pkgfile | 10 ++++++---- 2 files changed, 12 insertions(+), 9 deletions(-) (limited to 'extra/tightvnc-viewer') diff --git a/extra/tightvnc-viewer/.footprint b/extra/tightvnc-viewer/.footprint index 25959750a..2969b827f 100644 --- a/extra/tightvnc-viewer/.footprint +++ b/extra/tightvnc-viewer/.footprint @@ -3,8 +3,9 @@ drwxr-xr-x root/root usr/bin/ -r-xr-xr-x root/root usr/bin/vncconnect -r-xr-xr-x root/root usr/bin/vncpasswd -r-xr-xr-x root/root usr/bin/vncviewer -drwxr-xr-x root/root usr/man/ -drwxr-xr-x root/root usr/man/man1/ --rw-r--r-- root/root usr/man/man1/vncconnect.1.gz --rw-r--r-- root/root usr/man/man1/vncpasswd.1.gz --rw-r--r-- root/root usr/man/man1/vncviewer.1.gz +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/man/ +drwxr-xr-x root/root usr/share/man/man1/ +-rw-r--r-- root/root usr/share/man/man1/vncconnect.1.gz +-rw-r--r-- root/root usr/share/man/man1/vncpasswd.1.gz +-rw-r--r-- root/root usr/share/man/man1/vncviewer.1.gz diff --git a/extra/tightvnc-viewer/Pkgfile b/extra/tightvnc-viewer/Pkgfile index 13463dde6..256f2b9e8 100644 --- a/extra/tightvnc-viewer/Pkgfile +++ b/extra/tightvnc-viewer/Pkgfile @@ -1,7 +1,8 @@ # Description: A free remote control software package derived from VNC (client) # URL: http://www.tightvnc.com/ # Maintainer: Matt Housh, jaeger at morpheus dot net -# Depends on: xorg, xorg-imake, xorg-gccmakedep +# Packager: thierryn1 at hispeed dot ch +# Depends on: xorg, xorg-imake, xorg-gccmakedep, libjpeg name=tightvnc-viewer version=1.3.9 @@ -16,7 +17,8 @@ build() { sed -i -e 's/-lXp$//g' '{}' \; make depend make all - mkdir -p $PKG/usr/{bin,man/man1} - ./vncinstall $PKG/usr/bin $PKG/usr/man - rm -f $PKG/usr/bin/vncserver $PKG/usr/man/man1/{Xvnc,vncserver}* + mkdir -p $PKG/usr/{bin,share/man/man1} + ./vncinstall $PKG/usr/bin $PKG/usr/share/man + rm -f $PKG/usr/bin/vncserver $PKG/usr/share/man/man1/{Xvnc,vncserver}* + chown -R 0:0 $PKG } -- cgit v1.2.3-70-g09d2