fatrace: update to 0.11.
This commit is contained in:
parent
cdb8fb289b
commit
6d4f6974c9
1 changed files with 4 additions and 7 deletions
|
@ -1,18 +1,15 @@
|
|||
# Template file for 'fatrace'
|
||||
pkgname=fatrace
|
||||
version=0.10
|
||||
revision=2
|
||||
version=0.11
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
CFLAGS='-D_GNU_SOURCE'
|
||||
short_desc="Report system wide file access events"
|
||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||
license="GPL-3"
|
||||
homepage="http://launchpad.net/fatrace"
|
||||
distfiles="http://launchpad.net/fatrace/trunk/$version/+download/$pkgname-$version.tar.bz2"
|
||||
checksum=2afb6ed0f69abe51f290515398216e2cb3201f5362a3f0afe7e6b8a797d80c60
|
||||
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
|
||||
checksum=9aa04de50d8549c152f86fab0e2bf81df553af6548b4b31d72cb512b84d8e7b8
|
||||
|
||||
post_extract() {
|
||||
sed -i 's/sbin/bin/g' Makefile
|
||||
sed -i '/<stdlib.h>/a#include <stdint.h>' fatrace.c
|
||||
sed -i '/<sys\/stat.h>/a#include <sys\/types.h>' fatrace.c
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue