diff options
Diffstat (limited to 'recipes/gpe-contacts/gpe-contacts.inc')
-rw-r--r-- | recipes/gpe-contacts/gpe-contacts.inc | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/recipes/gpe-contacts/gpe-contacts.inc b/recipes/gpe-contacts/gpe-contacts.inc new file mode 100644 index 0000000000..e6af955190 --- /dev/null +++ b/recipes/gpe-contacts/gpe-contacts.inc @@ -0,0 +1,14 @@ +LICENSE = "GPL" +inherit gpe autotools pkgconfig + +PR = "r0" + +DEPENDS = "libgpewidget libdisplaymigration libgpevtype dbus" +SECTION = "gpe" +RDEPENDS = "gpe-icons" +DESCRIPTION = "GPE contacts manager" +SRC_URI = "${GPE_MIRROR}/${PN}-${PV}.tar.bz2" + + +FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + |