mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 06:33:50 +02:00
uftrace: update to 0.15.
This commit is contained in:
parent
c63203b6a5
commit
b550ec392f
1 changed files with 5 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
||||||
# Template file for 'uftrace'
|
# Template file for 'uftrace'
|
||||||
pkgname=uftrace
|
pkgname=uftrace
|
||||||
version=0.14
|
version=0.15
|
||||||
revision=2
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*"
|
archs="x86_64* i686* aarch64* arm* riscv64*"
|
||||||
build_style=configure
|
build_style=configure
|
||||||
configure_args="--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
|
configure_args="--prefix=/usr --libdir=/usr/lib${XBPS_TARGET_WORDSIZE}"
|
||||||
hostmakedepends="pandoc pkg-config"
|
hostmakedepends="pandoc pkg-config"
|
||||||
|
@ -12,7 +12,7 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="GPL-2.0-only"
|
license="GPL-2.0-only"
|
||||||
homepage="https://github.com/namhyung/uftrace"
|
homepage="https://github.com/namhyung/uftrace"
|
||||||
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
distfiles="https://github.com/namhyung/uftrace/archive/v${version}.tar.gz"
|
||||||
checksum=b81255bc288e79e96a5b158d4875fa6425ad51c85f4c4c8523c1defb9366ad12
|
checksum=c4f2a45687fd39dbde509635ebf094d7ed301793920f37bcaabb8161ff69f2fd
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||||
|
@ -23,6 +23,7 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
x86_64*) export ARCH=x86_64;;
|
x86_64*) export ARCH=x86_64;;
|
||||||
arm*) export ARCH=arm;;
|
arm*) export ARCH=arm;;
|
||||||
aarch64*) export ARCH=aarch64;;
|
aarch64*) export ARCH=aarch64;;
|
||||||
|
riscv64*) export ARCH=riscv64;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue