diff options
author | Simon Gloßner <viper@hometux.de> | 2007-02-08 18:18:50 +0100 |
---|---|---|
committer | Simon Gloßner <viper@hometux.de> | 2007-02-08 18:18:50 +0100 |
commit | d3cfdf9876115f113efd76f0e958fa19d16dd8df (patch) | |
tree | ce86f9ea6c72443384bc999dd6a5cf2e70652420 /tightvnc | |
parent | 7dd3f4c23299c6b8689e0e02db7479282afeee44 (diff) | |
download | opt-d3cfdf9876115f113efd76f0e958fa19d16dd8df.tar.gz opt-d3cfdf9876115f113efd76f0e958fa19d16dd8df.tar.xz |
tightvnc: added some more manpages; thanks to Clare
Diffstat (limited to 'tightvnc')
-rw-r--r-- | tightvnc/.footprint | 3 | ||||
-rw-r--r-- | tightvnc/Pkgfile | 6 |
2 files changed, 8 insertions, 1 deletions
diff --git a/tightvnc/.footprint b/tightvnc/.footprint index f28a4c0cc..215c8054a 100644 --- a/tightvnc/.footprint +++ b/tightvnc/.footprint @@ -8,7 +8,10 @@ drwxr-xr-x root/root usr/bin/ drwxr-xr-x root/root usr/man/ drwxr-xr-x root/root usr/man/man1/ -rw-r--r-- root/root usr/man/man1/Xvnc.1.gz +-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/vncserver.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/vnc/ drwxr-xr-x root/root usr/share/vnc/classes/ diff --git a/tightvnc/Pkgfile b/tightvnc/Pkgfile index 692a69735..e9c67bad5 100644 --- a/tightvnc/Pkgfile +++ b/tightvnc/Pkgfile @@ -6,7 +6,7 @@ name=tightvnc version=1.2.9 -release=4 +release=5 source=(http://download.sourceforge.net/sourceforge/vnc-tight/${name}-${version}_unixsrc.tar.bz2 \ $name-config.patch $name-gcc3.4.patch ) @@ -32,6 +32,10 @@ build() { cp Xvnc/programs/Xserver/Xvnc vncviewer/vncviewer vncpasswd/vncpasswd vncconnect/vncconnect $PKG/usr/bin cp vncserver $PKG/usr/bin cp classes/* $PKG/usr/share/vnc/classes + cp Xvnc/programs/Xserver/Xvnc.man $PKG/usr/man/man1/Xvnc.1 cp vncserver.man $PKG/usr/man/man1/vncserver.1 + cp vncviewer/vncviewer.man $PKG/usr/man/man1/vncviewer.1 + cp vncpasswd/vncpasswd.man $PKG/usr/man/man1/vncpasswd.1 + cp vncconnect/vncconnect.man $PKG/usr/man/man1/vncconnect.1 } |