void-packages/srcpkgs/fatrace/template

16 lines
485 B
Bash
Raw Normal View History

2014-07-02 13:05:28 +02:00
# Template file for 'fatrace'
pkgname=fatrace
2015-11-09 12:58:52 +01:00
version=0.11
revision=1
2014-07-02 13:05:28 +02:00
build_style=gnu-makefile
short_desc="Report system wide file access events"
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
license="GPL-3"
homepage="http://launchpad.net/fatrace"
2015-11-09 12:58:52 +01:00
distfiles="http://launchpad.net/fatrace/trunk/${version}/+download/${pkgname}-${version}.tar.bz2"
checksum=9aa04de50d8549c152f86fab0e2bf81df553af6548b4b31d72cb512b84d8e7b8
2015-04-30 11:06:36 +02:00
post_extract() {
sed -i 's/sbin/bin/g' Makefile
}