aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcalc
diff options
context:
space:
mode:
authorAlex Ferguson <thoughtmonster@gmail.com>2010-10-30 21:42:25 +0300
committerKristoffer Ericson <kristoffer.ericson@gmail.com>2010-11-03 16:51:14 +0100
commit149c6767459cdb9359238a07fe542f2767799498 (patch)
treedeb9c08179994fa914928be4d7fa83e6c33ba9cf /recipes/gcalc
parent0e16856e6296c1dce4bb832f1386b233f00e32e8 (diff)
downloadopenembedded-149c6767459cdb9359238a07fe542f2767799498.tar.gz
gcalc: Added GCalc, a gtk-1.2 based calculator.
GCalc is a modified version of gtapecalc which can be found on sourceforge that removes the tape part of the program, making it more useful for devices with small screens. Signed-off-by: Alex Ferguson <thoughtmonster@gmail.com> Signed-off-by: Kristoffer Ericson <kristoffer.ericson@gmail.com>
Diffstat (limited to 'recipes/gcalc')
-rw-r--r--recipes/gcalc/gcalc_1.0.0.bb14
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gcalc/gcalc_1.0.0.bb b/recipes/gcalc/gcalc_1.0.0.bb
new file mode 100644
index 0000000000..fd0183a1a0
--- /dev/null
+++ b/recipes/gcalc/gcalc_1.0.0.bb
@@ -0,0 +1,14 @@
+DESCRIPTION = "GCalc is a calculator for GTK+ 1.2"
+LICENSE="GPLv2"
+PR = "r0"
+
+DEPENDS = "gtk+-1.2"
+
+SRC_URI = "http://jlime.com/downloads/development/software/gcalc-${PV}.tar.gz"
+
+do_install() {
+ oe_runmake install DESTDIR=${D}
+}
+
+SRC_URI[md5sum] = "624e94bba618672b4f11faf45a85bbfe"
+SRC_URI[sha256sum] = "8a3e1464872e5e4049beb3cbc1052afe69816b6126bc095ad874c4c5ad229e15"