aboutsummaryrefslogtreecommitdiffstats
path: root/packages/libhandoff
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2007-06-11 18:07:46 +0000
committerKoen Kooi <koen@openembedded.org>2007-06-11 18:07:46 +0000
commit327e3a7b60e6550f2fed6340996f5c72e87e2516 (patch)
tree3f29bb675d78bb0f4beff69bea7df27b6f189a7c /packages/libhandoff
parentef828c09c96cdc47f0b6901f2ee83cdb4bbcc8ec (diff)
downloadopenembedded-327e3a7b60e6550f2fed6340996f5c72e87e2516.tar.gz
gpe: mega update
Diffstat (limited to 'packages/libhandoff')
-rw-r--r--packages/libhandoff/libhandoff_0.1.bb13
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/libhandoff/libhandoff_0.1.bb b/packages/libhandoff/libhandoff_0.1.bb
new file mode 100644
index 0000000000..bafbb9ec10
--- /dev/null
+++ b/packages/libhandoff/libhandoff_0.1.bb
@@ -0,0 +1,13 @@
+LICENSE = "GPL"
+DESCRIPTION = "handoff library for GPE calendar"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+DEPENDS = "glib-2.0"
+
+inherit pkgconfig gpe autotools
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+do_stage () {
+ autotools_stage_all
+}