libschedule: Add V 0.15. Courtesy by Philippe de Swert.
authorFlorian Boor <florian.boor@kernelconcepts.de>
Fri, 26 Aug 2005 13:37:13 +0000 (13:37 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Fri, 26 Aug 2005 13:37:13 +0000 (13:37 +0000)
packages/libschedule/libschedule_0.15.bb [new file with mode: 0644]

diff --git a/packages/libschedule/libschedule_0.15.bb b/packages/libschedule/libschedule_0.15.bb
new file mode 100644 (file)
index 0000000..e186262
--- /dev/null
@@ -0,0 +1,21 @@
+LICENSE = "LGPL"
+PR = "r1"
+DESCRIPTION = "RTC alarm handling library for GPE"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "glib-2.0 sqlite"
+
+inherit autotools libtool pkgconfig gpe 
+
+headers = "schedule.h"
+
+do_stage () {
+       oe_libinstall -so libschedule ${STAGING_LIBDIR}
+
+       mkdir -p ${STAGING_INCDIR}/gpe
+       for h in ${headers}; do
+               install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
+       done
+}
+