aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/rdesktop/rdesktop_1.3.1.bb
blob: 537311aa509818aed8071d4ef0d6131484124187 (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
require rdesktop.inc

PR = "${INC_PR}.1"

SRC_URI +="file://configure.patch;apply=yes"

# Note - rdesktop 1.3.1 doesn't use autotools - don't make the same
# mistakes I did.. :)

do_configure() {
	${S}/configure \
	--prefix=${prefix} \
	--exec-prefix=${exec_prefix} \
	--bindir=${bindir} \
	--mandir=${mandir} \
	--sharedir=${datadir} \
	--with-x=${STAGING_EXECPREFIXDIR} \
	--with-openssl=${STAGING_EXECPREFIXDIR} \
	--with-oss \
	--without-debug
}

do_compile() {
	oe_runmake 'KEYMAP_PATH=${datadir}/keymaps/'
}

do_install() {
	oe_runmake DESTDIR=${D} install
}

SRC_URI[md5sum] = "968a1e3f5161bab80c306df31c54cfb1"
SRC_URI[sha256sum] = "67332a0a16471c1c3592d3e51ae5cc0562f9a2f1b1ab942b493f7d5080bd2c33"