libabenabler: add 1.0
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 15:08:51 +0000 (15:08 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 29 Oct 2007 15:08:51 +0000 (15:08 +0000)
packages/gpephone/libabenabler_1.0.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libabenabler_1.0.bb b/packages/gpephone/libabenabler_1.0.bb
new file mode 100644 (file)
index 0000000..c76d8f4
--- /dev/null
@@ -0,0 +1,16 @@
+LICENSE     = "LGPL"
+DESCRIPTION = "LiPS address book library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "glib-2.0 librecord liblipsevent libim sqlite3"
+PR          = "r1"
+
+GPE_TARBALL_SUFFIX = "bz2"
+
+inherit gpephone pkgconfig autotools
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+       autotools_stage_all
+}