summaryrefslogtreecommitdiff
path: root/package/x11vnc
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2011-04-28 21:54:47 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2011-04-28 21:54:47 +0200
commit17473574aeae9a2c9571e21e0ac22e45e86a2ce5 (patch)
tree0b4c73f4a67f7b3ca65e7291a219a6750bb696ba /package/x11vnc
parentbe441a7f64db3c6f8cf4b66c4fba685ebde32916 (diff)
add new package x11vnc
Diffstat (limited to 'package/x11vnc')
-rw-r--r--package/x11vnc/Makefile27
1 files changed, 27 insertions, 0 deletions
diff --git a/package/x11vnc/Makefile b/package/x11vnc/Makefile
new file mode 100644
index 000000000..e6649892d
--- /dev/null
+++ b/package/x11vnc/Makefile
@@ -0,0 +1,27 @@
+# This file is part of the OpenADK project. OpenADK is copyrighted
+# material, please see the LICENCE file in the top-level directory.
+
+include $(TOPDIR)/rules.mk
+
+PKG_NAME:= x11vnc
+PKG_VERSION:= 0.9.12
+PKG_RELEASE:= 1
+PKG_MD5SUM:= 1498a68d02aa7b6c97bf746c073c8d00
+PKG_DESCR:= VNC server for X11 displays
+PKG_SECTION:= x11/apps
+PKG_BUILDDEP:= libX11 libXtst
+PKG_URL:= http://www.karlrunge.com/x11vnc/
+PKG_SITES:= http://openadk.org/distfiles/
+
+include $(TOPDIR)/mk/package.mk
+
+$(eval $(call PKG_template,X11VNC,x11vnc,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
+
+CONFIGURE_ARGS+= --without-ssl
+
+x11vnc-install:
+ $(INSTALL_DIR) $(IDIR_X11VNC)/usr/bin
+ $(INSTALL_BIN) $(WRKINST)/usr/bin/x11vnc \
+ $(IDIR_X11VNC)/usr/bin
+
+include ${TOPDIR}/mk/pkg-bottom.mk