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