gcalctool: add 5.30.0
authorSteve Sakoman <steve@sakoman.com>
Sat, 3 Apr 2010 04:22:26 +0000 (21:22 -0700)
committerKoen Kooi <koen@openembedded.org>
Tue, 6 Apr 2010 16:23:16 +0000 (18:23 +0200)
recipes/gcalctool/gcalctool_5.30.0.bb [new file with mode: 0644]

diff --git a/recipes/gcalctool/gcalctool_5.30.0.bb b/recipes/gcalctool/gcalctool_5.30.0.bb
new file mode 100644 (file)
index 0000000..87bce53
--- /dev/null
@@ -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
+}
+