diff options
Diffstat (limited to 'recipes/gpephone/addressbook_svn.bb')
-rw-r--r-- | recipes/gpephone/addressbook_svn.bb | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/recipes/gpephone/addressbook_svn.bb b/recipes/gpephone/addressbook_svn.bb new file mode 100644 index 0000000000..cb913bc663 --- /dev/null +++ b/recipes/gpephone/addressbook_svn.bb @@ -0,0 +1,19 @@ +LICENSE = "LiPS" +DESCRIPTION = "LiPS address book" +SECTION = "gpe" +PRIORITY = "optional" +PR = "r0" +PV = "0.1+svnr-${SRCREV}" + +DEFAULT_PREFERENCE = "-1" + +DEPENDS = "gtk+ libgpewidget libgpephone dbus-glib libabenabler libiac libim" + +inherit gpephone autotools + +SRC_URI = "${GPEPHONE_SVN}" + +S = "${WORKDIR}/${PN}" + + +FILES_${PN} += "${datadir}/database" |