fatrace: update to 0.14.
This commit is contained in:
parent
9950132a1a
commit
df6ed29fff
|
@ -1,16 +1,15 @@
|
||||||
# Template file for 'fatrace'
|
# Template file for 'fatrace'
|
||||||
pkgname=fatrace
|
pkgname=fatrace
|
||||||
version=0.13
|
version=0.14
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Report system wide file access events"
|
short_desc="Report system wide file access events"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-3"
|
license="GPL-3.0-or-later"
|
||||||
homepage="http://launchpad.net/fatrace"
|
homepage="http://launchpad.net/fatrace"
|
||||||
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
|
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.xz"
|
||||||
checksum=7d8b0670896b10600c89caedeec52c26237260d5a20fdea7049cd97f57213043
|
checksum=d876999a801398e981e1a4d09b2259b92249fc55f05b31e60010deb27557bb8c
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/sbin/bin/g' Makefile
|
sed -i 's/sbin/bin/g' Makefile
|
||||||
sed -i 's/KERNEL_O_LARGEFILE 00100000/KERNEL_O_LARGEFILE 0/g' fatrace.c
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue