summaryrefslogtreecommitdiffstats
path: root/recipes/vnc/libvncserver_0.9.1.bb
blob: 488ed0d87fc2ae07df7eed6d8ec37701a31e57bd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DESCRIPTION = "library for easy implementation of a RDP/VNC server"
AUTHOR = "Johannes Schindelin <dscho@users.sourceforge.net"
HOMEPAGE = "http://sourceforge.net/projects/libvncserver/"
SECTION = "libs"
PRIORITY = "optional"
LICENSE = "GPLv2"
DEPENDS = "zlib jpeg"
PR = "r1"

DEFAULT_PREFERENCE = "-1"

SRC_URI  = "${SOURCEFORGE_MIRROR}/libvncserver/LibVNCServer-${PV}.tar.gz \
            file://configure_ac.patch;patch=1 \
            file://clientlogger.patch;patch=1 \
            file://autoreconf.patch;patch=1"
S = "${WORKDIR}/LibVNCServer-${PV}"

# => create libvncserver only
EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "

inherit autotools
do_stage() {
    autotools_stage_all
}