From: Rolf Leggewie Date: Mon, 28 Jan 2008 01:45:51 +0000 (+0000) Subject: libvncserver: update to version 0.9 X-Git-Tag: Release-2010-05/1~7829^2~11^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ded00f268307c513cc2166b8437e49d2895b32b5;p=openembedded.git libvncserver: update to version 0.9 * latest version 0.9.1 fails, needs some looking into * consolidate bb file into packages/vnc directory * reorder fields according to StyleGuide --- diff --git a/packages/libvncserver/.mtn2git_empty b/packages/libvncserver/.mtn2git_empty deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/packages/libvncserver/libvncserver_0.8.2.bb b/packages/vnc/libvncserver_0.9.bb similarity index 95% rename from packages/libvncserver/libvncserver_0.8.2.bb rename to packages/vnc/libvncserver_0.9.bb index 188b22a14e..7aca752c0b 100644 --- a/packages/libvncserver/libvncserver_0.8.2.bb +++ b/packages/vnc/libvncserver_0.9.bb @@ -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 " +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