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

bugzilla-daemon at tinman.treke.net bugzilla-daemon at tinman.treke.net
Thu Apr 19 09:27:19 UTC 2007


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

           Summary: libvncserver_0.9.bb
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: Build
        AssignedTo: openembedded-issues at lists.openembedded.org
        ReportedBy: gfellerpatrik at gmx.net
         QAContact: tinderbox-oe at gmx.net


A receipt for the new 0.9 release of libVNCServer; as discussed on IRC (quite a
while ago) this receipt is for libVNC w/o the additional stuff like X11VNC, the
SDL viewer etc.
I would like to maintain this package (w/o the above mentioned components)
within my capabilities.

Comments on how to improve this receipt, or where it deviates from best
practice are highly appreciated.

I hope it is useful ...

The receipt is completely copy-left; if it is necessary to change the license
(e.g. to MIT) to comply with OE's requirements, please feel free to do so (but
please let me know, so that I may comply in future). I was not sure if the
LICENSE field refers to the SW the package builds, or the package itself ...

***
DESCRIPTION = "library for easy implementation of a RDP/VNC server"
LICENSE     = "GPLv2"
HOMEPAGE    = "http://sourceforge.net/projects/libvncserver/"
AUTHOR      = "Johannes Schindelin <dscho at users.sourceforge.net"
MAINTAINER  = "Patrik Gfeller <gfellerpatrik at gmx.net>"

SECTION  = "libs"
PRIORITY = "optional"
DEPENDS  = "zlib jpeg"

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

S = "${WORKDIR}/LibVNCServer-${PV}"

# => create libvncserver 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