diff options
author | tnut <thierryn1 at hispeed dot ch> | 2010-03-31 07:41:52 +0200 |
---|---|---|
committer | tnut <thierryn1 at hispeed dot ch> | 2010-03-31 07:41:52 +0200 |
commit | 0aef83fe4d37693f1a9f13501a30ea3635f60958 (patch) | |
tree | adf861c0f5c21802f473bcfdb73f0d15964f5907 /extra | |
parent | 13217387371eb6ce0f8a7de7c9a8d823d8e20148 (diff) | |
download | nutyx-pakxe-0aef83fe4d37693f1a9f13501a30ea3635f60958.tar.gz nutyx-pakxe-0aef83fe4d37693f1a9f13501a30ea3635f60958.tar.bz2 nutyx-pakxe-0aef83fe4d37693f1a9f13501a30ea3635f60958.tar.xz nutyx-pakxe-0aef83fe4d37693f1a9f13501a30ea3635f60958.zip |
Ajout de x11vnc#0.9.9-1
Diffstat (limited to 'extra')
-rw-r--r-- | extra/x11vnc/.footprint | 24 | ||||
-rw-r--r-- | extra/x11vnc/.md5sum | 1 | ||||
-rw-r--r-- | extra/x11vnc/Pkgfile | 19 |
3 files changed, 44 insertions, 0 deletions
diff --git a/extra/x11vnc/.footprint b/extra/x11vnc/.footprint new file mode 100644 index 000000000..c812e8495 --- /dev/null +++ b/extra/x11vnc/.footprint @@ -0,0 +1,24 @@ +drwxr-xr-x root/root usr/ +drwxr-xr-x root/root usr/bin/ +-rwxr-xr-x root/root usr/bin/x11vnc +drwxr-xr-x root/root usr/share/ +drwxr-xr-x root/root usr/share/applications/ +-rw-r--r-- root/root usr/share/applications/x11vnc.desktop +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/x11vnc.1.gz +drwxr-xr-x root/root usr/share/x11vnc/ +drwxr-xr-x root/root usr/share/x11vnc/classes/ +-rw-r--r-- root/root usr/share/x11vnc/classes/VncViewer.jar +-rw-r--r-- root/root usr/share/x11vnc/classes/index.vnc +drwxr-xr-x root/root usr/share/x11vnc/classes/ssl/ +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/README +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/SignedUltraViewerSSL.jar +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/SignedVncViewer.jar +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/UltraViewerSSL.jar +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/VncViewer.jar +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/index.vnc +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/proxy.vnc +-rwxr-xr-x root/root usr/share/x11vnc/classes/ssl/ss_vncviewer +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/ultra.vnc +-rw-r--r-- root/root usr/share/x11vnc/classes/ssl/ultrasigned.vnc diff --git a/extra/x11vnc/.md5sum b/extra/x11vnc/.md5sum new file mode 100644 index 000000000..66ce2b179 --- /dev/null +++ b/extra/x11vnc/.md5sum @@ -0,0 +1 @@ +874008821a0588a73ec7fbe09b747bb0 x11vnc-0.9.9.tar.gz diff --git a/extra/x11vnc/Pkgfile b/extra/x11vnc/Pkgfile new file mode 100644 index 000000000..8a32f62c5 --- /dev/null +++ b/extra/x11vnc/Pkgfile @@ -0,0 +1,19 @@ +# Description: Serveur VNC +# URL: http://www.karlrunge.com/x11vnc/ +# Maintainer: NuTyX core team +# Packager: thierryn1 at hispeed dot ch +# Depends on: libjpgeg, xorg, avahi + +name=x11vnc +version=0.9.9 +release=1 +source=(http://downloads.sourceforge.net/libvncserver//$name-$version.tar.gz) + +build() { + + cd $name-$version + ./configure --prefix=/usr \ + --mandir=/usr/share/man + make + make DESTDIR=$PKG install +} |