diff options
Diffstat (limited to 'recipes/grdesktop/grdesktop_0.23.bb')
-rw-r--r-- | recipes/grdesktop/grdesktop_0.23.bb | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/recipes/grdesktop/grdesktop_0.23.bb b/recipes/grdesktop/grdesktop_0.23.bb new file mode 100644 index 0000000000..e0f19f0197 --- /dev/null +++ b/recipes/grdesktop/grdesktop_0.23.bb @@ -0,0 +1,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 + |