[oe-issues] [Bug 2125] libvncserver_0.9.bb

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Sun May 6 19:52:02 UTC 2007


http://bugs.openembedded.org/show_bug.cgi?id=2125





------- Comment #2 from gfellerpatrik at gmx.net  2007-05-06 12:52 -------
this one should comply to the OE Style-Guide:
-------------------------------------------------------------------
DESCRIPTION = "library for easy implementation of a RDP/VNC server"
AUTHOR = "Johannes Schindelin <dscho at users.sourceforge.net"
HOMEPAGE = "http://sourceforge.net/projects/libvncserver/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "zlib jpeg"

PR = "r0"
SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=4769d70bcd9d8390afb64c5eddfcd60e"
S = "${WORKDIR}/LibVNCServer-${PV}"

# => create libvncserver.a only
EXTRA_OEMAKE_append=" SUBDIRS='libvncserver examples'"

inherit autotools

do_stage() {
    autotools_stage_all
}


-- 
Configure bugmail: http://bugs.openembedded.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.




More information about the Openembedded-issues mailing list