21 lines
529 B
Bash
21 lines
529 B
Bash
|
# Template file for 'extrace'
|
||
|
pkgname=extrace
|
||
|
version=0.1
|
||
|
revision=1
|
||
|
build_style=gnu-makefile
|
||
|
build_pie=yes
|
||
|
short_desc="Trace exec(2) calls system-wide"
|
||
|
maintainer="Christian Neukirchen <chneukirchen@gmail.com>"
|
||
|
license="GPL-2,BSD"
|
||
|
homepage="https://github.com/chneukirchen/extrace"
|
||
|
distfiles="https://github.com/chneukirchen/extrace/archive/v${version}.tar.gz"
|
||
|
checksum=35528ffc57ceb144c3460ec2765324cfb83a53e6629846cbf391a89e5058d8a2
|
||
|
|
||
|
do_install() {
|
||
|
vbin extrace
|
||
|
vbin pwait
|
||
|
|
||
|
sed '/^$/q' pwait.c >LICENSE
|
||
|
vlicense LICENSE
|
||
|
}
|