summaryrefslogtreecommitdiffstats
path: root/extra/tightvnc-viewer
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-02-27 16:32:37 +0100
committertnut <thierryn1 at hispeed dot ch>2010-02-27 16:32:37 +0100
commitff7ebbb898b9574e4b0c891f314f7e1287b1c553 (patch)
treebf8e59a849b29154d97bbc22c64da9f8e54090e4 /extra/tightvnc-viewer
parentedc6a20ce7083def2e5893cae385fa771cebe2ac (diff)
downloadnutyx-pakxe-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.gz
nutyx-pakxe-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.bz2
nutyx-pakxe-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.xz
nutyx-pakxe-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.zip
tightvnc-viewer, maj footprint
Diffstat (limited to 'extra/tightvnc-viewer')
-rw-r--r--extra/tightvnc-viewer/.footprint11
-rw-r--r--extra/tightvnc-viewer/Pkgfile10
2 files changed, 12 insertions, 9 deletions
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
}