aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKlaus Kurzmann <mok@fluxnetz.de>2009-10-19 22:05:40 +0200
committerKlaus Kurzmann <mok@fluxnetz.de>2009-10-27 12:00:57 +0100
commitd937cae60f5bf76699e89de4395b2255b4d02c9c (patch)
tree01982da384de6bbb84462683ddce2745aefac057
parent623ff70d0e0401b55cea1a8a3cfbd8759842ca9a (diff)
downloadopenembedded-d937cae60f5bf76699e89de4395b2255b4d02c9c.tar.gz
libgee-native: new recipe
Signed-off-by: Klaus Kurzmann <mok@fluxnetz.de>
-rw-r--r--recipes/libgee/libgee-native_git.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libgee/libgee-native_git.bb b/recipes/libgee/libgee-native_git.bb
new file mode 100644
index 0000000000..89523d3906
--- /dev/null
+++ b/recipes/libgee/libgee-native_git.bb
@@ -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"