From: Florian Boor Date: Mon, 29 Oct 2007 15:08:51 +0000 (+0000) Subject: libabenabler: add 1.0 X-Git-Tag: Release-2010-05/1~8454^2~94^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb2fa821b14d23306b10db9ecb5e4b42f12bc20d;p=openembedded.git libabenabler: add 1.0 --- diff --git a/packages/gpephone/libabenabler_1.0.bb b/packages/gpephone/libabenabler_1.0.bb new file mode 100644 index 0000000000..c76d8f469b --- /dev/null +++ b/packages/gpephone/libabenabler_1.0.bb @@ -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 +}