aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/galculator/galculator_1.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/galculator/galculator_1.2.3.bb')
-rw-r--r--recipes/galculator/galculator_1.2.3.bb19
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/galculator/galculator_1.2.3.bb b/recipes/galculator/galculator_1.2.3.bb
new file mode 100644
index 0000000000..3348b9ece4
--- /dev/null
+++ b/recipes/galculator/galculator_1.2.3.bb
@@ -0,0 +1,19 @@
+LICENSE = "GPL"
+PR = "r7"
+
+inherit autotools pkgconfig gconf
+
+PROVIDES = "galculator"
+DESCRIPTION = "GTK Advanced Calculator"
+DEPENDS = "virtual/libc gtk+ libglade gnome-desktop"
+RDEPENDS = "gnome-desktop"
+SECTION = "gpe"
+PRIORITY = "optional"
+
+SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2 \
+ file://desktop-categories.patch;patch=1 \
+ file://Makefile.am.patch;patch=1 \
+ file://src-ui.c.patch;patch=1;pnum=0"
+
+LDFLAGS += '-Wl,--export-dynamic'
+