librecord: Add 1.0
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 12:05:35 +0000 (12:05 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 12:05:35 +0000 (12:05 +0000)
packages/gpephone/librecord_1.0.bb [new file with mode: 0644]

diff --git a/packages/gpephone/librecord_1.0.bb b/packages/gpephone/librecord_1.0.bb
new file mode 100644 (file)
index 0000000..532cc26
--- /dev/null
@@ -0,0 +1,15 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS database API."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "glib-2.0 e2fsprogs-libs sqlite3"
+PR          = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+       autotools_stage_all
+}