blob: 9a80b54f0089db03becdfd8b0a98570612acb1d8 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
DESCRIPTION = "A frontend for rdesktop and other remote desktop tools"
HOMEPAGE = "http://www.gnomepro.com/tsclient/"
LICENSE = "GPL"
DEPENDS = "glib-2.0 gtk+ gnome-panel rdesktop"
RDEPENDS = "rdesktop"
PR = "r1"
SRC_URI = "http://www.gnomepro.com/tsclient/${P}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/application-registry/ ${datadir}/mime-info"
|