strace: use vlicense.

This commit is contained in:
Christian Neukirchen 2015-11-27 16:50:35 +01:00
parent 2548bc18a8
commit d4605aff3c

View File

@ -1,7 +1,7 @@
# Template file for 'strace'
pkgname=strace
version=4.10
revision=3
revision=4
build_style=gnu-configure
configure_args="--enable-libunwind"
makedepends="libunwind-devel"
@ -23,3 +23,7 @@ pre_configure() {
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
esac
}
post_install() {
vlicense COPYING
}