blob: 5f55023ea3f70f469daa4b1a7cd5e8c5c5daa43a (
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
28
29
30
31
32
|
DESCRIPTION = "Backend library for the free nx-clients"
HOMEPAGE = "http://freenx.berlios.de/"
SECTION = "libs"
LICENSE = "GPL"
PR = "r2"
RDEPENDS = "nxproxy nxssh"
SRC_URI = "http://download.berlios.de/freenx/freenx-client-${PV}.tar.bz2 \
file://gcc4.3-ftbfs.patch;patch=1 \
file://dodnx.patch;patch=1 \
file://gcc-warnings.patch;patch=1 \
file://restorekeyboard.patch;patch=1 \
file://publicKey.patch;patch=1 \
file://deletelogfiles.patch;patch=1 \
file://ssh_dnserror.patch;patch=1 \
"
S = "${WORKDIR}/freenx-client-${PV}/nxcl"
EXTRA_OECONF += "--without-nxcmd \
--without-doxygen \
"
inherit lib_package autotools pkgconfig
do_stage () {
autotools_stage_all
}
SRC_URI[md5sum] = "777b3cda7a245e3870d4870a9460cb73"
SRC_URI[sha256sum] = "dfc6c8dd89c26171411d8f7fa92613004eb8947ff509459151fdb03de7fe9608"
|