aboutsummaryrefslogtreecommitdiffstats
path: root/packages/galculator/galculator_1.2.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'packages/galculator/galculator_1.2.3.bb')
-rw-r--r--packages/galculator/galculator_1.2.3.bb20
1 files changed, 20 insertions, 0 deletions
diff --git a/packages/galculator/galculator_1.2.3.bb b/packages/galculator/galculator_1.2.3.bb
index e69de29bb2..3fefbc7f2c 100644
--- a/packages/galculator/galculator_1.2.3.bb
+++ b/packages/galculator/galculator_1.2.3.bb
@@ -0,0 +1,20 @@
+LICENSE = GPL
+PR = "r7"
+
+inherit autotools pkgconfig gconf
+
+PROVIDES = "galculator"
+DESCRIPTION = "GTK Advanced Calculator"
+DEPENDS = "virtual/libc gtk+ libglade gnome-desktop"
+RDEPENDS = "gnome-desktop"
+MAINTAINER = "Florian Boor <florian.boor@kernelconcepts.de>"
+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'
+