blob: faca7c4685a058015a46cb3391b208d9fc73ce66 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade eds-dbus"
MAINTAINER = "Chris Lord <chris@openedhand.com>"
DESCRIPTION = "Contacts is an address-book application."
PR = "r2"
SRC_URI = "file:///tmp/${PN}-${PV}.tar.gz"
inherit autotools pkgconfig
FILES_${PN} += "${datadir}/icons/hicolor/48x48/apps/oh-contacts.png"
|