Merge bk://oe-devel@oe-devel.bkbits.net/openembedded
authorGraeme Gregory <dp@xora.org.uk>
Wed, 27 Apr 2005 11:50:37 +0000 (11:50 +0000)
committerGraeme Gregory <dp@xora.org.uk>
Wed, 27 Apr 2005 11:50:37 +0000 (11:50 +0000)
into cimmeria.(none):/home/dp/zaurus/openembedded

2005/04/27 12:50:06+01:00 (none)!XorA
x11vnc is fine

BKrev: 426f7c8dLAJDomC3Kp1GUweRk16IuQ

packages/libvncserver/x11vnc_0.7.1.bb

index e69de29..735cfae 100644 (file)
@@ -0,0 +1,19 @@
+DESCRIPTION = "X11 VNC server"
+SECTION = "x11"
+PRIORITY = "optional"
+DEPENDS = "zlib jpeg x11"
+LICENSE = "GPL"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz"
+
+CFLAGS_append = " -D_REENTRANT"
+S = "${WORKDIR}/LibVNCServer-${PV}"
+# Original SUBDIRS is='libvncserver examples contrib vncterm classes libvncclient client_examples test'
+EXTRA_OEMAKE_append=" SUBDIRS='libvncserver x11vnc'"
+
+inherit autotools
+
+do_install () {
+       install -d ${D}${bindir}
+       install -m 0755 x11vnc/x11vnc ${D}${bindir}
+}