aboutsummaryrefslogtreecommitdiffstats
path: root/packages/tracker/tracker_0.5.4.bb
blob: 7aa30d261ce1e6e42c65c8782bf1e97277de9628 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
DESCRIPTION = "Tracker is a tool designed to extract information and metadata about your personal data so that it can be searched easily and quickly."
LICENSE = "GPLv2"
DEPENDS = "file gtk+ gstreamer gamin libgmime dbus poppler libexif libgsf"

FILE_PR = "r1"

SRC_URI = "http://www.gnome.org/~jamiemcc/tracker/tracker-${PV}.tar.gz \
           file://no-ioprio.patch;patch=1" 

inherit autotools pkgconfig

do_install_append() {
	cp -dPr ${D}${STAGING_DATADIR}/* ${D}${datadir}/ 
}

FILES_${PN} += "${datadir}/dbus-1/"