extrace: update to 0.2.

This commit is contained in:
Christian Neukirchen 2016-06-13 15:46:43 +02:00
parent 72d36029dd
commit 3a9a40b53b
1 changed files with 3 additions and 6 deletions

View File

@ -1,6 +1,6 @@
# Template file for 'extrace'
pkgname=extrace
version=0.1
version=0.2
revision=1
build_style=gnu-makefile
short_desc="Trace exec(2) calls system-wide"
@ -8,12 +8,9 @@ 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
checksum=641ee20883688d90f3f889adb6534b49b15fee62d3e2b64ea32d9fee4bdb8e5e
post_install() {
sed '/^$/q' pwait.c >LICENSE
vlicense LICENSE
}