aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/tsclient/tsclient_0.132.bb
blob: 4dbadf9956945dc742b37f0f829bbc0822695d32 (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
# tsclient OE build file
# Copyright (C) 2004-2006, Advanced Micro Devices, Inc.  All Rights Reserved
# Released under the MIT license (see packages/COPYING)

PR ="r1"

DESCRIPTION="Terminal Server Client (tsclient) is a frontend for rdesktop and other remote desktop tools"
HOMEPAGE="http://www.gnomepro.com/tsclient/"
LICENSE="GPL"

SRC_URI="http://www.gnomepro.com/tsclient/tsclient-${PV}.tar.gz \
	 file://fixes.patch;patch=1"

DEPENDS="gtk+ intltool-native"

inherit autotools

EXTRA_OECONF=" --without-applet --without-ica"

FILES_${PN}="${bindir}  \
	${datadir}/pixmaps/tsclient/banner-en.png \
	${datadir}/pixmaps/tsclient/computer.png \
	${datadir}/pixmaps/tsclient/perform.png \
	${datadir}/pixmaps/tsclient/size.png \
	${datadir}/pixmaps/tsclient/tsclient.png \
	${datadir}/pixmaps/tsclient/colors.png \
	${datadir}/pixmaps/tsclient/keyboard.png \
	${datadir}/pixmaps/tsclient/program.png \
	${datadir}/pixmaps/tsclient/sound.png"