diff options
author | Steve Sakoman <steve@sakoman.com> | 2009-08-04 14:11:56 -0700 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2009-08-08 11:20:03 +0200 |
commit | b47a02e9eed076bb4f6164d3b5f91ce368261a64 (patch) | |
tree | a1012007220e5023d68802a03140c8a14c582fbf /recipes/gcalctool | |
parent | cfa8d5252e7c308d6de0edf5e9f024b4e86eaea7 (diff) |
gcalctool: add 5.27.5
Diffstat (limited to 'recipes/gcalctool')
-rw-r--r-- | recipes/gcalctool/gcalctool_5.27.5.bb | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcalctool/gcalctool_5.27.5.bb b/recipes/gcalctool/gcalctool_5.27.5.bb new file mode 100644 index 0000000000..e0b3d72f4a --- /dev/null +++ b/recipes/gcalctool/gcalctool_5.27.5.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 +} + |