aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgee/libgee_0.5.2.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libgee/libgee_0.5.2.bb')
-rw-r--r--recipes/libgee/libgee_0.5.2.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libgee/libgee_0.5.2.bb b/recipes/libgee/libgee_0.5.2.bb
new file mode 100644
index 0000000000..b256bafb99
--- /dev/null
+++ b/recipes/libgee/libgee_0.5.2.bb
@@ -0,0 +1,16 @@
+require libgee.inc
+PE = "1"
+
+SRC_URI = "http://ftp.gnome.org/pub/GNOME/sources/libgee/0.5/${P}.tar.bz2"
+S = "${WORKDIR}/libgee-${PV}"
+
+SRC_URI[md5sum] = "fc5a36eb5f61154a1456cbb8b1798e41"
+SRC_URI[sha256sum] = "8625ebfb479600046b9e36e1a8fd1142d624645dce66a6cd8c9067d8f7f5ce51"
+
+inherit autotools vala
+
+do_configure() {
+ gnu-configize
+ oe_runconf
+}
+