aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcalctool
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2010-04-02 21:22:26 -0700
committerKoen Kooi <koen@openembedded.org>2010-04-06 18:23:16 +0200
commite0c3741345175bdd6a3551f74bf9d32602ec7f2a (patch)
treea1012425514ec684cce68ac12a6ed95c6c1f5233 /recipes/gcalctool
parent82edc61018442bc7aa5f0d0f2170da97d9cc9764 (diff)
downloadopenembedded-e0c3741345175bdd6a3551f74bf9d32602ec7f2a.tar.gz
gcalctool: add 5.30.0
Diffstat (limited to 'recipes/gcalctool')
-rw-r--r--recipes/gcalctool/gcalctool_5.30.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcalctool/gcalctool_5.30.0.bb b/recipes/gcalctool/gcalctool_5.30.0.bb
new file mode 100644
index 0000000000..87bce53a89
--- /dev/null
+++ b/recipes/gcalctool/gcalctool_5.30.0.bb
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "gtk+"
+DESCRIPTION = "gcalctool is a powerful calculator"
+
+inherit gnome
+
+SRC_URI[archive.md5sum] = "edfc788c8d107d57e84d2c3415c6442b"
+SRC_URI[archive.sha256sum] = "d196a83646ae42d688bb56662d78b2ac52d9fa671ed582c516280ca0a3bc2faa"
+
+do_configure_prepend() {
+ sed -i 's:-I$(includedir)::g' src/Makefile.am
+}
+