mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
strace: update to 5.3.
This commit is contained in:
parent
b343373780
commit
6813a47234
1 changed files with 3 additions and 6 deletions
|
@ -1,16 +1,16 @@
|
||||||
# Template file for 'strace'
|
# Template file for 'strace'
|
||||||
pkgname=strace
|
pkgname=strace
|
||||||
version=5.2
|
version=5.3
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
configure_args="--with-libunwind"
|
configure_args="--with-libunwind"
|
||||||
makedepends="libunwind-devel"
|
makedepends="libunwind-devel"
|
||||||
short_desc="System Call Tracer"
|
short_desc="System Call Tracer"
|
||||||
maintainer="Orphaned <orphan@voidlinux.org>"
|
maintainer="Anthony Iliopoulos <ailiop@altatus.com>"
|
||||||
license="LGPL-2.1-or-later"
|
license="LGPL-2.1-or-later"
|
||||||
homepage="https://strace.io/"
|
homepage="https://strace.io/"
|
||||||
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
distfiles="https://github.com/strace/strace/releases/download/v${version}/strace-${version}.tar.xz"
|
||||||
checksum=d513bc085609a9afd64faf2ce71deb95b96faf46cd7bc86048bc655e4e4c24d2
|
checksum=6c131198749656401fe3efd6b4b16a07ea867e8f530867ceae8930bbc937a047
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
aarch64-musl) configure_args=; makedepends= ;;
|
aarch64-musl) configure_args=; makedepends= ;;
|
||||||
|
@ -27,6 +27,3 @@ pre_configure() {
|
||||||
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
*-musl) export CFLAGS+=" -Dsigcontext_struct=sigcontext";;
|
||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
post_install() {
|
|
||||||
vlicense COPYING
|
|
||||||
}
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue