blob: e0f19f01972cb3f785a414ba2a2b81772de6dd53 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright (C) 2007, Stelios Koroneos - Digital OPSiS, All Rights Reserved
# Released under the MIT license (see packages/COPYING)
DESCRIPTION = "grdesktop is a GNOME frontend, for the remote desktop client (rdesktop)."
HOMEPAGE = "http://www.nongnu.org/grdesktop/index.html"
SECTION = "x11/utils"
LICENSE = "GPLv2"
DEPENDS = "gtk+ libgnomeui"
RDEPENDS ="rdesktop gail orbit2 gnome-vfs gnome-keyring libbonobo libbonoboui \
libart-lgpl libgnome libidl libglade libgnomecanvas "
PR = "r1"
SRC_URI = "http://download.savannah.nongnu.org/releases/grdesktop/grdesktop-${PV}.tar.gz \
file://fr.po.patch;patch=1 \
file://install-help.patch;patch=1"
S = "${WORKDIR}/grdesktop-${PV}"
inherit autotools pkgconfig
|