ltrace: update to 0.7.3.20160924.
Move to Git snapshot, no upstream release in 3 years and we want AArch64 support.
This commit is contained in:
parent
e1b1083e36
commit
06327a221b
1 changed files with 6 additions and 5 deletions
|
@ -1,17 +1,18 @@
|
|||
# Template file for 'ltrace'
|
||||
pkgname=ltrace
|
||||
version=0.7.3
|
||||
revision=5
|
||||
version=0.7.3.20160924
|
||||
revision=1
|
||||
_githash=82c66409c7a93ca6ad2e4563ef030dfb7e6df4d4
|
||||
wrksrc="${pkgname}-${_githash}"
|
||||
build_style=gnu-configure
|
||||
hostmakedepends="automake libtool"
|
||||
makedepends="elfutils-devel"
|
||||
conf_files="/etc/ltrace.conf"
|
||||
short_desc="Tracks runtime library calls in dynamically linked programs"
|
||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||
homepage="http://ltrace.org"
|
||||
license="GPL-2"
|
||||
distfiles="http://ltrace.org/ltrace_${version}.orig.tar.bz2"
|
||||
checksum=0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
|
||||
distfiles="https://github.com/dkogan/ltrace/archive/${_githash}.tar.gz"
|
||||
checksum=4aecf69e4a33331aed1e50ce4907e73a98cbccc4835febc3473863474304d547
|
||||
|
||||
CFLAGS="-Wno-error -D_GNU_SOURCE"
|
||||
|
||||
|
|
Loading…
Reference in a new issue