13 lines
503 B
Bash
13 lines
503 B
Bash
# Template file for 'forkstat'
|
|
pkgname=forkstat
|
|
version=0.02.14
|
|
revision=1
|
|
build_style=gnu-makefile
|
|
short_desc="Program that logs process fork(), exec() and exit() activity"
|
|
maintainer="Wilson Birney <wpb@360scada.com>"
|
|
license="GPL-3.0-or-later"
|
|
homepage="https://kernel.ubuntu.com/~cking/forkstat/"
|
|
distfiles="https://kernel.ubuntu.com/~cking/tarballs/forkstat/forkstat-${version}.tar.xz"
|
|
checksum=b48db9fce5389cf6cb4a64b547cae3b11953383ecbd1846bc3af2c7dcb5a7182
|
|
CFLAGS="-DVERSION=\'\"${version}\"\'"
|