libvncserver: update to version 0.9
authorRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 01:45:51 +0000 (01:45 +0000)
committerRolf Leggewie <oe-devel@rolf.leggewie.biz>
Mon, 28 Jan 2008 01:45:51 +0000 (01:45 +0000)
* latest version 0.9.1 fails, needs some looking into
* consolidate bb file into packages/vnc directory
* reorder fields according to StyleGuide

packages/libvncserver/.mtn2git_empty [deleted file]
packages/vnc/libvncserver_0.9.bb [moved from packages/libvncserver/libvncserver_0.8.2.bb with 95% similarity]

diff --git a/packages/libvncserver/.mtn2git_empty b/packages/libvncserver/.mtn2git_empty
deleted file mode 100644 (file)
index e69de29..0000000
similarity index 95%
rename from packages/libvncserver/libvncserver_0.8.2.bb
rename to packages/vnc/libvncserver_0.9.bb
index 188b22a..7aca752 100644 (file)
@@ -1,14 +1,14 @@
 DESCRIPTION = "A library to support implementations of RDP/VNC servers"
-LICENSE = "GPLv2"
-HOMEPAGE = "http://sourceforge.net/projects/libvncserver"
 AUTHOR = "Johannes Schindelin <dscho@users.sourceforge.net>"
+HOMEPAGE = "http://sourceforge.net/projects/libvncserver"
 SECTION = "libs"
 PRIORITY = "optional"
-PROVIDES = "x11vnc"
+LICENSE = "GPLv2"
 DEPENDS = "virtual/libsdl virtual/libx11 zlib jpeg libxext"
+PROVIDES = "x11vnc"
 PR = "r2"
 
-SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"
+SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz"
 S = "${WORKDIR}/LibVNCServer-${PV}"
 
 inherit autotools