summaryrefslogtreecommitdiffstats
path: root/extra
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2011-03-17 21:21:46 +0100
committertnut <thierryn1 at hispeed dot ch>2011-03-17 21:21:46 +0100
commit37daef6a43831ffa787920340d8dd8eb1c492e00 (patch)
tree7bf9cdcbac5f4bfa32515819ebfdb03c9145672f /extra
parentd155e91b9d7a3e9614efd069d5353f2250abab2f (diff)
downloadnutyx-extra-37daef6a43831ffa787920340d8dd8eb1c492e00.tar.gz
nutyx-extra-37daef6a43831ffa787920340d8dd8eb1c492e00.tar.bz2
nutyx-extra-37daef6a43831ffa787920340d8dd8eb1c492e00.tar.xz
nutyx-extra-37daef6a43831ffa787920340d8dd8eb1c492e00.zip
tightvnc-viewer dans ouvert
Diffstat (limited to 'extra')
-rw-r--r--extra/tightvnc-viewer/.footprint.i68611
-rw-r--r--extra/tightvnc-viewer/.footprint.x86_6411
-rw-r--r--extra/tightvnc-viewer/.md5sum.i6861
-rw-r--r--extra/tightvnc-viewer/.md5sum.x86_641
-rw-r--r--extra/tightvnc-viewer/Pkgfile25
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
-}
-