blob: 9f7955f5ee4b295c8355744619f1e61eacb8a76b (
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"
|