diff options
Diffstat (limited to 'extra/tightvnc-viewer')
-rw-r--r-- | extra/tightvnc-viewer/.footprint.i686 | 11 | ||||
-rw-r--r-- | extra/tightvnc-viewer/.footprint.x86_64 | 11 | ||||
-rw-r--r-- | extra/tightvnc-viewer/.md5sum.i686 | 1 | ||||
-rw-r--r-- | extra/tightvnc-viewer/.md5sum.x86_64 | 1 | ||||
-rw-r--r-- | extra/tightvnc-viewer/Pkgfile | 25 |
5 files changed, 0 insertions, 49 deletions
diff --git a/extra/tightvnc-viewer/.footprint.i686 b/extra/tightvnc-viewer/.footprint.i686 deleted file mode 100644 index 2969b827f..000000000 --- a/extra/tightvnc-viewer/.footprint.i686 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -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/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/.footprint.x86_64 b/extra/tightvnc-viewer/.footprint.x86_64 deleted file mode 100644 index 2969b827f..000000000 --- a/extra/tightvnc-viewer/.footprint.x86_64 +++ /dev/null @@ -1,11 +0,0 @@ -drwxr-xr-x root/root usr/ -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/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/.md5sum.i686 b/extra/tightvnc-viewer/.md5sum.i686 deleted file mode 100644 index 8588c3174..000000000 --- a/extra/tightvnc-viewer/.md5sum.i686 +++ /dev/null @@ -1 +0,0 @@ -397b35faad32d5246b6d44b142f8304f tightvnc-1.3.10_unixsrc.tar.bz2 diff --git a/extra/tightvnc-viewer/.md5sum.x86_64 b/extra/tightvnc-viewer/.md5sum.x86_64 deleted file mode 100644 index 8588c3174..000000000 --- a/extra/tightvnc-viewer/.md5sum.x86_64 +++ /dev/null @@ -1 +0,0 @@ -397b35faad32d5246b6d44b142f8304f tightvnc-1.3.10_unixsrc.tar.bz2 diff --git a/extra/tightvnc-viewer/Pkgfile b/extra/tightvnc-viewer/Pkgfile deleted file mode 100644 index e35810e3e..000000000 --- a/extra/tightvnc-viewer/Pkgfile +++ /dev/null @@ -1,25 +0,0 @@ -# Description: A free remote control software package derived from VNC (client) -# URL: http://www.tightvnc.com/ -# Maintainer: Matt Housh, jaeger at morpheus dot net -# Packager: thierryn1 at hispeed dot ch -# Depends on: xorg, xorg-imake, xorg-gccmakedep, libjpeg -# Run on: xorg-imake,xorg-gccmakedep,libjpeg - -name=tightvnc-viewer -version=1.3.10 -release=1 -source=(http://www.tightvnc.com/download/$version/tightvnc-${version}_unixsrc.tar.bz2) -build() { - cd vnc_unixsrc - xmkmf -a - make Makefiles - find . -name "Makefile" -exec \ - sed -i -e 's/-lXp$//g' '{}' \; - make depend - make all - 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 -} - |