diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-29 13:14:14 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-29 13:16:48 +0200 |
commit | 533c749c168ed8a44b56e841925fb068a12b48c5 (patch) | |
tree | 3f362b8f237a3724b259bd43aad5398ccd1a6fe4 /recipes/galculator | |
parent | 54ee43bfb6d8e3bb5466b377e393952e948cceab (diff) |
galculator: add version 1.3.4
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/galculator')
-rw-r--r-- | recipes/galculator/galculator_1.3.4.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/galculator/galculator_1.3.4.bb b/recipes/galculator/galculator_1.3.4.bb new file mode 100644 index 0000000000..2b389d7858 --- /dev/null +++ b/recipes/galculator/galculator_1.3.4.bb @@ -0,0 +1,17 @@ +LICENSE = "GPLv2" + +inherit autotools pkgconfig gconf + +PROVIDES = "galculator" +DESCRIPTION = "GTK Advanced Calculator" +DEPENDS = "virtual/libc gtk+ libglade gnome-desktop" +RDEPENDS_${PN} = "gnome-desktop" +SECTION = "gpe" +PRIORITY = "optional" + +SRC_URI = "${SOURCEFORGE_MIRROR}/project/${PN}/${PN}/${PV}/${PN}-${PV}.tar.bz2" + +LDFLAGS += '-Wl,--export-dynamic' + +SRC_URI[md5sum] = "d30e6fbf5947bb1c873bc9d5a21046f1" +SRC_URI[sha256sum] = "9d6c6f13d9249719d1af71f45f97f64d70aefb959d3bfe2cd375e076d4c5943d" |