fatrace: update to 0.14.

This commit is contained in:
Leah Neukirchen 2019-10-02 09:47:22 +02:00
parent 9950132a1a
commit df6ed29fff

View file

@ -1,16 +1,15 @@
# Template file for 'fatrace'
pkgname=fatrace
version=0.13
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"
license="GPL-3.0-or-later"
homepage="http://launchpad.net/fatrace"
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
checksum=7d8b0670896b10600c89caedeec52c26237260d5a20fdea7049cd97f57213043
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
checksum=d876999a801398e981e1a4d09b2259b92249fc55f05b31e60010deb27557bb8c
post_extract() {
sed -i 's/sbin/bin/g' Makefile
sed -i 's/KERNEL_O_LARGEFILE 00100000/KERNEL_O_LARGEFILE 0/g' fatrace.c
}