diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:32:37 +0100 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-02-27 16:32:37 +0100 |
commit | ff7ebbb898b9574e4b0c891f314f7e1287b1c553 (patch) | |
tree | bf8e59a849b29154d97bbc22c64da9f8e54090e4 /extra/tightvnc-viewer/Pkgfile | |
parent | edc6a20ce7083def2e5893cae385fa771cebe2ac (diff) | |
download | nutyx-extra-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.gz nutyx-extra-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.bz2 nutyx-extra-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.tar.xz nutyx-extra-ff7ebbb898b9574e4b0c891f314f7e1287b1c553.zip |
tightvnc-viewer, maj footprint
Diffstat (limited to 'extra/tightvnc-viewer/Pkgfile')
-rw-r--r-- | extra/tightvnc-viewer/Pkgfile | 10 |
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 } |