summaryrefslogtreecommitdiffstats
path: root/recipes/gcalctool/gcalctool_5.28.0.bb
diff options
context:
space:
mode:
authorSteve Sakoman <steve@sakoman.com>2009-10-06 21:37:42 -0700
committerKoen Kooi <koen@openembedded.org>2009-10-07 21:16:22 +0200
commit1ca3681257ab55b429b06ca8f66a53cfc5d00c5a (patch)
tree4786ac078ff1c2faf04d2b1826f5d861fb111c8f /recipes/gcalctool/gcalctool_5.28.0.bb
parent9db2af0e5348075afe05f3f5d79c557e03649481 (diff)
downloadopenembedded-1ca3681257ab55b429b06ca8f66a53cfc5d00c5a.tar.gz
gcalctool: add 5.28.0
Diffstat (limited to 'recipes/gcalctool/gcalctool_5.28.0.bb')
-rw-r--r--recipes/gcalctool/gcalctool_5.28.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcalctool/gcalctool_5.28.0.bb b/recipes/gcalctool/gcalctool_5.28.0.bb
new file mode 100644
index 0000000000..e0b3d72f4a
--- /dev/null
+++ b/recipes/gcalctool/gcalctool_5.28.0.bb
@@ -0,0 +1,14 @@
+LICENSE = "GPL"
+SECTION = "x11"
+DEPENDS = "gtk+"
+DESCRIPTION = "gcalctool is a powerful calculator"
+PR = "r0"
+
+SRC_URI = "file://makefile-fix.diff;patch=1"
+
+inherit gnome
+
+do_configure_prepend() {
+ sed -i 's:-I$(includedir)::g' src/Makefile.am
+}
+