aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gpe-calculator/gpe-calculator_0.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/gpe-calculator/gpe-calculator_0.2.bb')
-rw-r--r--recipes/gpe-calculator/gpe-calculator_0.2.bb9
1 files changed, 9 insertions, 0 deletions
diff --git a/recipes/gpe-calculator/gpe-calculator_0.2.bb b/recipes/gpe-calculator/gpe-calculator_0.2.bb
new file mode 100644
index 0000000000..912d14ab73
--- /dev/null
+++ b/recipes/gpe-calculator/gpe-calculator_0.2.bb
@@ -0,0 +1,9 @@
+inherit gpe pkgconfig
+
+DESCRIPTION = "A scientific calculator"
+DEPENDS = "gtk+ libgpewidget"
+SECTION = "gpe"
+PRIORITY = "optional"
+LICENSE = "GPL"
+
+SRC_URI += "file://fix_makefile.patch;patch=1"