mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 10:52:57 +02:00
uftrace: update to 0.9.3.
This commit is contained in:
parent
a079c6fa48
commit
2ff7cf8872
1 changed files with 3 additions and 3 deletions
|
@ -1,17 +1,17 @@
|
||||||
# Template file for 'uftrace'
|
# Template file for 'uftrace'
|
||||||
pkgname=uftrace
|
pkgname=uftrace
|
||||||
version=0.9.2
|
version=0.9.3
|
||||||
revision=1
|
revision=1
|
||||||
archs="x86_64* i686* aarch64* arm*"
|
archs="x86_64* i686* aarch64* arm*"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="pandoc pkg-config"
|
hostmakedepends="pandoc pkg-config"
|
||||||
makedepends="elfutils-devel ncurses-devel"
|
makedepends="capstone-devel elfutils-devel ncurses-devel"
|
||||||
short_desc="Function graph tracer for user-space"
|
short_desc="Function graph tracer for user-space"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
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=eedc901c2916ef2ff4d8893820246e94890d7788c1493b32824c3aceed65100d
|
checksum=d801d72e3cdd83c510aeecc5160482d879498cf08fffd21e64f84151001e18ea
|
||||||
|
|
||||||
case "$XBPS_TARGET_MACHINE" in
|
case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
*-musl) makedepends+=" argp-standalone"; export LDFLAGS=-largp;;
|
||||||
|
|
Loading…
Add table
Reference in a new issue