libgee-native: new recipe
authorKlaus Kurzmann <mok@fluxnetz.de>
Mon, 19 Oct 2009 20:05:40 +0000 (22:05 +0200)
committerMichael 'Mickey' Lauer <mickey@vanille-media.de>
Wed, 21 Oct 2009 10:32:52 +0000 (10:32 +0000)
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
recipes/libgee/libgee-native_git.bb [new file with mode: 0644]

diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
new file mode 100644 (file)
index 0000000..89523d3
--- /dev/null
@@ -0,0 +1,16 @@
+DESCRIPTION = "libgee is a collection library providing GObject-based interfaces \
+and classes for commonly used data structures."
+HOMEPAGE = "http://live.gnome.org/Libgee"
+SECTION = "libs"
+DEPENDS = "glib-2.0"
+LICENSE = "LGPL"
+PV = "0.3.0+gitr${SRCREV}"
+
+SRC_URI = "\
+  git://git.gnome.org/libgee;protocol=git;branch=master \
+"
+S = "${WORKDIR}/git"
+
+inherit native autotools_stage pkgconfig vala
+
+FILES_${PN}-dev += "${datadir}/gir-1.0"