libabenabler2: Add version 1.0
authorFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 27 Aug 2007 09:57:57 +0000 (09:57 +0000)
committerFlorian Boor <florian.boor@kernelconcepts.de>
Mon, 27 Aug 2007 09:57:57 +0000 (09:57 +0000)
packages/gpephone/libabenabler2_1.0.bb [new file with mode: 0644]

diff --git a/packages/gpephone/libabenabler2_1.0.bb b/packages/gpephone/libabenabler2_1.0.bb
new file mode 100644 (file)
index 0000000..9277d93
--- /dev/null
@@ -0,0 +1,15 @@
+LICENSE     = "LiPS"
+DESCRIPTION = "LiPS address book library."
+SECTION = "gpe/libs"
+PRIORITY    = "optional"
+DEPENDS     = "glib-2.0 librecord2 gconf sqlite3"
+PR          = "r0"
+
+GPE_TARBALL_SUFFIX = "bz2"
+inherit gpephone pkgconfig autotools
+
+LDFLAGS += " -L${STAGING_LIBDIR}"
+
+do_stage () {
+       autotools_stage_all
+}