13 lines
503 B
Bash
13 lines
503 B
Bash
# Template file for 'forkstat'
|
|
pkgname=forkstat
|
|
version=0.02.12
|
|
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=250a90c37892ec8abdbb966268c69934fe009418cee362aa0256326c5b6c4659
|
|
CFLAGS="-DVERSION=\'\"${version}\"\'"
|