libtododb: add 0.10
authorKoen Kooi <koen@openembedded.org>
Thu, 13 Apr 2006 09:36:17 +0000 (09:36 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Thu, 13 Apr 2006 09:36:17 +0000 (09:36 +0000)
packages/libtododb/libtododb_0.10.bb [new file with mode: 0644]

diff --git a/packages/libtododb/libtododb_0.10.bb b/packages/libtododb/libtododb_0.10.bb
new file mode 100644 (file)
index 0000000..abc1add
--- /dev/null
@@ -0,0 +1,25 @@
+LICENSE = "LGPL"
+DESCRIPTION = "Database access for GPE to-do list"
+SECTION = "gpe/libs"
+PRIORITY = "optional"
+MAINTAINER = "Philip Blundell <pb@handhelds.org>"
+DEPENDS = "libgpewidget libgpepimc sqlite"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit pkgconfig gpe autotools
+
+headers = "todo-db.h"
+
+do_stage () {
+       oe_libinstall -so libtododb ${STAGING_LIBDIR}
+
+       mkdir -p ${STAGING_INCDIR}/gpe
+       for h in ${headers}; do
+               install -m 0644 ${S}/gpe/$h ${STAGING_INCDIR}/gpe/$h
+       done
+}
+
+do_install () {
+       gpe_do_install
+#      oe_runmake PREFIX=${prefix} DESTDIR=${D} install-devel
+}