summaryrefslogtreecommitdiff
path: root/org.handhelds.familiar/packages/libtododb
diff options
context:
space:
mode:
authorRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
committerRene Wagner <rw@handhelds.org>2006-05-13 15:42:03 +0200
commit5a5346dfbec459c10d9e61e16e125b83975a1ef1 (patch)
tree342e16f3fe790d03b93294344e6154459888939f /org.handhelds.familiar/packages/libtododb
OE tree imported from monotone branch org.openembedded.oz354fam083 at revision 8b12e35772d79306d1d9de19c12b23681618532d.
Diffstat (limited to 'org.handhelds.familiar/packages/libtododb')
-rw-r--r--org.handhelds.familiar/packages/libtododb/libtododb_0.07.bb24
-rw-r--r--org.handhelds.familiar/packages/libtododb/libtododb_0.08.bb24
-rw-r--r--org.handhelds.familiar/packages/libtododb/libtododb_0.09.bb26
3 files changed, 74 insertions, 0 deletions
diff --git a/org.handhelds.familiar/packages/libtododb/libtododb_0.07.bb b/org.handhelds.familiar/packages/libtododb/libtododb_0.07.bb
new file mode 100644
index 0000000..180481f
--- /dev/null
+++ b/org.handhelds.familiar/packages/libtododb/libtododb_0.07.bb
@@ -0,0 +1,24 @@
+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"
+
+inherit pkgconfig gpe
+
+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
+}
diff --git a/org.handhelds.familiar/packages/libtododb/libtododb_0.08.bb b/org.handhelds.familiar/packages/libtododb/libtododb_0.08.bb
new file mode 100644
index 0000000..180481f
--- /dev/null
+++ b/org.handhelds.familiar/packages/libtododb/libtododb_0.08.bb
@@ -0,0 +1,24 @@
+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"
+
+inherit pkgconfig gpe
+
+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
+}
diff --git a/org.handhelds.familiar/packages/libtododb/libtododb_0.09.bb b/org.handhelds.familiar/packages/libtododb/libtododb_0.09.bb
new file mode 100644
index 0000000..36b260f
--- /dev/null
+++ b/org.handhelds.familiar/packages/libtododb/libtododb_0.09.bb
@@ -0,0 +1,26 @@
+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"
+
+
+inherit pkgconfig gpe autotools
+
+SRC_URI="http://ftp.handhelds.org/pub/projects/gpe/source/${PN}-${PV}.tar.bz2"
+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
+}