summaryrefslogtreecommitdiff
path: root/packages/contacts/contacts_0.2.bb
blob: 0f1b0d29ae1f5bae2654d206a1ec6927acddc6fa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
LICENSE = "LGPL"
SECTION = "x11"
DEPENDS = "glib-2.0 gtk+ libglade libbacon eds-dbus"
DESCRIPTION = "Contacts is an address-book application."
PR = "r1"

SRC_URI = "http://projects.o-hand.com/sources/contacts/contacts-0.2.tar.gz \
	   file://stock_contact.png \
	   file://stock_person.png"

inherit autotools pkgconfig


do_install_append () {
	install -d ${D}/${datadir}/pixmaps
	install -m 0644 ${WORKDIR}/stock_contact.png ${D}/${datadir}/pixmaps
	install -m 0644 ${WORKDIR}/stock_person.png ${D}/${datadir}/pixmaps
}

FILES_${PN} += "${datadir}/pixmaps/stock_contact.png \
		${datadir}/pixmaps/stock_person.png"