blob: 958f0a2069ebbf692038aa04d1583cafc0b8c2ce (
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
25
26
27
|
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 \
file://clientlogger.patch \
file://autoreconf.patch"
S = "${WORKDIR}/LibVNCServer-${PV}"
# => create libvncserver only
EXTRA_OEMAKE_append=" SUBDIRS='libvncserver' "
inherit autotools
do_stage() {
autotools_stage_all
}
SRC_URI[md5sum] = "aa00efc3dabde82fde9509bfbab0aba4"
SRC_URI[sha256sum] = "0fbda7fc37c1f360bdbeb586e48d6203a5ef56a8cfc3b78887d7d90db683f282"
|