ti-syslink 2.00.00.78: import from meta-ti
[openembedded.git] / recipes / vnc / libvncserver_0.9.1.bb
blobad4f4039eb0e396407022f0299a25ab848a23861
1 DESCRIPTION = "library for easy implementation of a RDP/VNC server"
2 AUTHOR = "Johannes Schindelin <dscho@users.sourceforge.net"
3 HOMEPAGE = "http://sourceforge.net/projects/libvncserver/"
4 SECTION = "libs"
5 PRIORITY = "optional"
6 LICENSE = "GPLv2"
7 DEPENDS = "zlib jpeg"
8 PR = "r1"
10 DEFAULT_PREFERENCE = "-1"
12 SRC_URI = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \
13 file://configure_ac.patch \
14 file://clientlogger.patch \
15 file://autoreconf.patch"
16 S = "${WORKDIR}/LibVNCServer-${PV}"
18 # => create libvncserver only
19 EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
21 inherit autotools
23 SRC_URI[md5sum] = "aa00efc3dabde82fde9509bfbab0aba4"
24 SRC_URI[sha256sum] = "0fbda7fc37c1f360bdbeb586e48d6203a5ef56a8cfc3b78887d7d90db683f282"