blob: e9a7c79a80db4fd1e8c91bb11d047ff455642d9d (
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"
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/"
|