mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-08 16:13:50 +02:00
fatrace: update to 0.10.
This commit is contained in:
parent
9d208ec18b
commit
4dcb6de49b
1 changed files with 6 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'fatrace'
|
# Template file for 'fatrace'
|
||||||
pkgname=fatrace
|
pkgname=fatrace
|
||||||
version=0.9
|
version=0.10
|
||||||
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"
|
||||||
|
@ -8,4 +8,8 @@ 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=c028d822ffde68805e5d1f62c4e2d0f4b3d4ae565802cc9468c82b25b92e68cd
|
checksum=2afb6ed0f69abe51f290515398216e2cb3201f5362a3f0afe7e6b8a797d80c60
|
||||||
|
|
||||||
|
post_extract() {
|
||||||
|
sed -i 's/sbin/bin/g' Makefile
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue