summaryrefslogtreecommitdiff
path: root/libvncserver
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
committerChris Larson <clarson@kergoth.com>2004-12-07 22:05:47 +0000
commita780643c4b6aa11e1a36965a69df7116477c7b4c (patch)
tree17e81e77bde19931facf9b30fa5b5981df796071 /libvncserver
parent88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff)
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb 2004/12/07 04:58:25-06:00 ti.com!kergoth More updates per the core rename. 2004/12/07 04:46:51-06:00 ti.com!kergoth Update soundtracker per the core rename. 2004/12/07 04:44:14-06:00 ti.com!kergoth Merge 2004/12/07 04:42:38-06:00 ti.com!kergoth Updates per the recent rename of the oe core from 'oe' to 'bitbake'. BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
Diffstat (limited to 'libvncserver')
-rw-r--r--libvncserver/libvncserver_0.6.bb0
-rw-r--r--libvncserver/libvncserver_0.6.oe34
2 files changed, 0 insertions, 34 deletions
diff --git a/libvncserver/libvncserver_0.6.bb b/libvncserver/libvncserver_0.6.bb
new file mode 100644
index 0000000000..e69de29bb2
--- /dev/null
+++ b/libvncserver/libvncserver_0.6.bb
diff --git a/libvncserver/libvncserver_0.6.oe b/libvncserver/libvncserver_0.6.oe
deleted file mode 100644
index 53eb8e67eb..0000000000
--- a/libvncserver/libvncserver_0.6.oe
+++ /dev/null
@@ -1,34 +0,0 @@
-DESCRIPTION = "library for easy implementation of a RDP/VNC server"
-SECTION = "libs"
-PRIORITY = "optional"
-DEPENDS = "zlib jpeg"
-LICENSE = "GPL"
-PACKAGES = "libvncserver-storepasswd libvncserver-javaapplet"
-FILES_libvncserver-storepasswd = "${bindir}/storepasswd"
-FILES_libvncserver-javaapplet = "/${datadir}fbvncserver/classes/index.vnc \
- /${datadir}fbvncserver/classes/VncViewer.jar"
-
-SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz"
-
-CFLAGS_append = " -D_REENTRANT"
-S = "${WORKDIR}/LibVNCServer-${PV}"
-
-inherit autotools
-
-do_stage () {
- install -d ${STAGING_INCDIR}/rfb
- install -m 0644 rfb/rfb.h rfb/rfbproto.h rfb/rfbint.h rfb/rfbconfig.h \
- rfb/rfbclient.h rfb/rfbregion.h rfb/keysym.h \
- rfb/default8x16.h ${STAGING_INCDIR}/rfb
-
- oe_libinstall -a -C libvncclient libvncclient ${STAGING_LIBDIR}/
- oe_libinstall -a libvncserver ${STAGING_LIBDIR}/
-}
-
-do_install () {
- install -d ${D}/${bindir}
- install -m 0755 examples/storepasswd ${D}/${bindir}
- install -d ${D}/${datadir}fbvncserver/classes
- install -m 0644 classes/index.vnc ${D}/${datadir}fbvncserver/classes/
- install -m 0644 classes/VncViewer.jar ${D}/${datadir}fbvncserver/classes/
-}