aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/libgpevtype/libgpevtype_0.50.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/libgpevtype/libgpevtype_0.50.bb')
-rw-r--r--recipes/libgpevtype/libgpevtype_0.50.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/recipes/libgpevtype/libgpevtype_0.50.bb b/recipes/libgpevtype/libgpevtype_0.50.bb
new file mode 100644
index 0000000000..a47217a444
--- /dev/null
+++ b/recipes/libgpevtype/libgpevtype_0.50.bb
@@ -0,0 +1,17 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Data interchange library for GPE"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "libmimedir libeventdb libtododb"
+PR = "r1"
+
+inherit pkgconfig gpe autotools
+
+SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2"
+
+
+do_stage () {
+ autotools_stage_all
+}
+
+