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

           Summary: libvncserver_0.8.2
           Product: Openembedded
           Version: unspecified
          Platform: ARM
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P4
         Component: Build
        AssignedTo: [email protected]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


used for x11vnc_0.8.3 & will be used for fbvncserver-ipaq in the future
***
DESCRIPTION = "library for easy implementation of a RDP/VNC server"
LICENSE     = "GPLv2"
HOMEPAGE    = "http://sourceforge.net/projects/libvncserver/";
AUTHOR      = "Johannes Schindelin <[EMAIL PROTECTED]"
MAINTAINER  = "Patrik Gfeller <[EMAIL PROTECTED]>"

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

PR = "r1"
SRC_URI =
"${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz;md5sum=17a18e398af6c1730f72068022a152aa"

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

inherit autotools

do_stage () {
# copy headerfiles
        install -d ${STAGING_INCDIR}/rfb
# set permissions
        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
# install static libs
        oe_libinstall -a -C libvncserver libvncserver ${STAGING_LIBDIR}/
        oe_libinstall -a -C libvncclient libvncclient ${STAGING_LIBDIR}/
}

do_install() {
}

do_package() {
}


-- 
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.
_______________________________________________
Oe mailing list
[email protected]
https://www.handhelds.org/mailman/listinfo/oe

Reply via email to