diff options
Diffstat (limited to 'recipes/gpephone/libabenabler_0.1.bb')
-rw-r--r-- | recipes/gpephone/libabenabler_0.1.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/gpephone/libabenabler_0.1.bb b/recipes/gpephone/libabenabler_0.1.bb new file mode 100644 index 0000000000..c76d8f469b --- /dev/null +++ b/recipes/gpephone/libabenabler_0.1.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 +} |