strace: use vlicense.
This commit is contained in:
parent
2548bc18a8
commit
d4605aff3c
1 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=4.10
|
version=4.10
|
||||||
revision=3
|
revision=4
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--enable-libunwind"
|
configure_args="--enable-libunwind"
|
||||||
makedepends="libunwind-devel"
|
makedepends="libunwind-devel"
|
||||||
|
@ -23,3 +23,7 @@ pre_configure() {
|
||||||
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
|
|
||||||
|
post_install() {
|
||||||
|
vlicense COPYING
|
||||||
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue