mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-01 18:32:58 +02:00
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'
|
# Template file for 'fatrace'
|
||||||
pkgname=fatrace
|
pkgname=fatrace
|
||||||
version=0.10
|
version=0.11
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
CFLAGS='-D_GNU_SOURCE'
|
|
||||||
short_desc="Report system wide file access events"
|
short_desc="Report system wide file access events"
|
||||||
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||||||
license="GPL-3"
|
license="GPL-3"
|
||||||
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.bz2"
|
||||||
checksum=2afb6ed0f69abe51f290515398216e2cb3201f5362a3f0afe7e6b8a797d80c60
|
checksum=9aa04de50d8549c152f86fab0e2bf81df553af6548b4b31d72cb512b84d8e7b8
|
||||||
|
|
||||||
post_extract() {
|
post_extract() {
|
||||||
sed -i 's/sbin/bin/g' Makefile
|
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