summaryrefslogtreecommitdiffstats
path: root/extra/tightvnc-viewer/Pkgfile
diff options
context:
space:
mode:
Diffstat (limited to 'extra/tightvnc-viewer/Pkgfile')
-rw-r--r--extra/tightvnc-viewer/Pkgfile10
1 files changed, 6 insertions, 4 deletions
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
}