diff options
Diffstat (limited to 'recipes/gpephone/libabenabler_svn.bb')
-rw-r--r-- | recipes/gpephone/libabenabler_svn.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/recipes/gpephone/libabenabler_svn.bb b/recipes/gpephone/libabenabler_svn.bb new file mode 100644 index 0000000000..4468c3580e --- /dev/null +++ b/recipes/gpephone/libabenabler_svn.bb @@ -0,0 +1,21 @@ +LICENSE = "LGPL" +DESCRIPTION = "LiPS address book library." +SECTION = "gpe/libs" +PRIORITY = "optional" +DEPENDS = "glib-2.0 librecord liblipsevent libim sqlite3" +PR = "r0" +PV = "0.1+svnr-${SRCREV}" + +DEFAULT_PREFERENCE = "-1" + +inherit gpephone pkgconfig autotools + +SRC_URI = "${GPEPHONE_SVN}" + +S = "${WORKDIR}/${PN}" + +LDFLAGS += " -L${STAGING_LIBDIR}" + +do_stage () { + autotools_stage_all +} |