blob: 8a808552191318cc21f0c64471671909b8bf45b5 (
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
|
# 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/"
MAINTAINER = "Raymond Danks <info-linux@geode.amd.com>"
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"
|