15 lines
481 B
Bash
15 lines
481 B
Bash
# Template file for 'fatrace'
|
|
pkgname=fatrace
|
|
version=0.14
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Report system wide file access events"
|
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="http://launchpad.net/fatrace"
|
|
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
|
checksum=d876999a801398e981e1a4d09b2259b92249fc55f05b31e60010deb27557bb8c
|
|
|
|
post_extract() {
|
|
sed -i 's/sbin/bin/g' Makefile
|
|
}
|