diff options
author | Phil Blundell <philb@gnu.org> | 2008-08-23 12:28:34 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2008-08-23 12:28:34 +0000 |
commit | d5f008966e87b613761b697744d0f08af574b7ae (patch) | |
tree | 2fa304de9477f684bed55c5da6634a5d23bef472 /packages | |
parent | 014bcf955e8d3a5a892be55bdcd2fe45d2459356 (diff) |
gpe-contacts: add 0.49
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gpe-contacts/gpe-contacts_0.49.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/packages/gpe-contacts/gpe-contacts_0.49.bb b/packages/gpe-contacts/gpe-contacts_0.49.bb new file mode 100644 index 0000000000..dadb085f06 --- /dev/null +++ b/packages/gpe-contacts/gpe-contacts_0.49.bb @@ -0,0 +1,13 @@ +DESCRIPTION = "GPE contacts manager" +LICENSE = "GPL" +SECTION = "gpe" + +DEPENDS = "libcontactsdb libgpewidget libgpepimc libdisplaymigration libgpevtype dbus-glib" +RDEPENDS = "gpe-icons" + +GPE_TARBALL_SUFFIX = "bz2" + +inherit gpe autotools + +FILES_${PN} += " ${datadir}/gpe ${datadir}/gpe-contacts" + |