summaryrefslogtreecommitdiff
path: root/package/vnc-reflector
diff options
context:
space:
mode:
authorwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
committerwbx <wbx@hydrogenium.(none)>2009-05-17 14:41:34 +0200
commit219a6dab8995aad9ac4860cc1a84d6f3509a03a4 (patch)
treeb9c0f3c43aebba2fcfef777592d0add39f2072f4 /package/vnc-reflector
Initial import
Diffstat (limited to 'package/vnc-reflector')
-rw-r--r--package/vnc-reflector/Config.in14
-rw-r--r--package/vnc-reflector/Makefile30
-rwxr-xr-xpackage/vnc-reflector/ipkg/vnc-reflector.control5
3 files changed, 49 insertions, 0 deletions
diff --git a/package/vnc-reflector/Config.in b/package/vnc-reflector/Config.in
new file mode 100644
index 000000000..bd7754407
--- /dev/null
+++ b/package/vnc-reflector/Config.in
@@ -0,0 +1,14 @@
+config ADK_PACKAGE_VNC_REFLECTOR
+ prompt "vnc-reflector..................... VNC proxy for multiple clients"
+ tristate
+ default n
+ select ADK_PACKAGE_LIBJPEG
+ select ADK_PACKAGE_ZLIB
+ help
+ VNC Reflector is a specialized VNC server which acts as
+ a proxy sitting between real VNC server (a host) and a
+ number of VNC clients. It was designed to work efficiently
+ with large number of clients.
+
+ http://sourceforge.net/projects/vnc-reflector
+
diff --git a/package/vnc-reflector/Makefile b/package/vnc-reflector/Makefile
new file mode 100644
index 000000000..434fe0367
--- /dev/null
+++ b/package/vnc-reflector/Makefile
@@ -0,0 +1,30 @@
+# $Id$
+#-
+# 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:= vnc-reflector
+PKG_VERSION:= 1.2.4
+PKG_RELEASE:= 1
+PKG_MD5SUM:= c3f88bc62f228b335c25c07f9744ab0c
+MASTER_SITES:= ${MASTER_SITE_SOURCEFORGE:=vnc-reflector/}
+DISTFILES:= vnc_reflector-${PKG_VERSION}.tar.gz
+WRKDIST= ${WRKDIR}/vnc_reflector
+
+include ${TOPDIR}/mk/package.mk
+
+$(eval $(call PKG_template,VNC_REFLECTOR,${PKG_NAME},${PKG_VERSION}-${PKG_RELEASE},${ARCH}))
+
+BUILD_STYLE:= auto
+TCPPFLAGS+= -I.
+TLDFLAGS+= -lz -ljpeg
+MAKE_FLAGS+= CC="${TARGET_CC}" CFLAGS="${TCFLAGS} ${TCPPFLAGS} ${TLDFLAGS}"
+ALL_TARGET:= default
+
+do-install:
+ ${INSTALL_DIR} ${IDIR_VNC_REFLECTOR}/usr/sbin
+ ${INSTALL_BIN} ${WRKBUILD}/vncreflector ${IDIR_VNC_REFLECTOR}/usr/sbin/
+
+include ${TOPDIR}/mk/pkg-bottom.mk
diff --git a/package/vnc-reflector/ipkg/vnc-reflector.control b/package/vnc-reflector/ipkg/vnc-reflector.control
new file mode 100755
index 000000000..e73697caa
--- /dev/null
+++ b/package/vnc-reflector/ipkg/vnc-reflector.control
@@ -0,0 +1,5 @@
+Package: vnc-reflector
+Section: net
+Priority: optional
+Depends: libjpeg, zlib
+Description: VNC Reflector is a specialized VNC server which acts as a proxy sitting between real VNC server (a host) and a number of VNC clients. It was designed to work efficiently with large number of clients.