summaryrefslogtreecommitdiff
path: root/recipes-extended/fatrace/fatrace_0.15.bb
blob: 24eb50a33bb1c4090a77200f4e7da05a857275bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
inherit autotools-brokensep
DESCRIPTION = "Fatrace - report system wide file access events"
HOMEPAGE = "https://launchpad.net/fatrace"
LICENSE = "GPL-3.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"

SRC_URI = "https://launchpad.net/fatrace/trunk/0.15/+download/fatrace-0.15.tar.xz"

SRC_URI[md5sum] = "d33ec7c650ab25a835540e802bfab09f"
SRC_URI[sha256sum] = "f9447115428c0b88abf05438559c1c4b1a3aec6d69fc09dc469c295249b419ad"

# install to /usr
export PREFIX = "/usr"

inherit autotools

# skip installing power-usage-report
do_install_append() {
	rm -f ${D}${sbindir}/power-usage-report
}