mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-30 17:33:03 +02:00
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'
|
# Template file for 'ltrace'
|
||||||
pkgname=ltrace
|
pkgname=ltrace
|
||||||
version=0.7.3
|
version=0.7.3.20160924
|
||||||
revision=5
|
revision=1
|
||||||
|
_githash=82c66409c7a93ca6ad2e4563ef030dfb7e6df4d4
|
||||||
|
wrksrc="${pkgname}-${_githash}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
hostmakedepends="automake libtool"
|
hostmakedepends="automake libtool"
|
||||||
makedepends="elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
conf_files="/etc/ltrace.conf"
|
|
||||||
short_desc="Tracks runtime library calls in dynamically linked programs"
|
short_desc="Tracks runtime library calls in dynamically linked programs"
|
||||||
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
maintainer="Juan RP <xtraeme@voidlinux.eu>"
|
||||||
homepage="http://ltrace.org"
|
homepage="http://ltrace.org"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
distfiles="http://ltrace.org/ltrace_${version}.orig.tar.bz2"
|
distfiles="https://github.com/dkogan/ltrace/archive/${_githash}.tar.gz"
|
||||||
checksum=0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
|
checksum=4aecf69e4a33331aed1e50ce4907e73a98cbccc4835febc3473863474304d547
|
||||||
|
|
||||||
CFLAGS="-Wno-error -D_GNU_SOURCE"
|
CFLAGS="-Wno-error -D_GNU_SOURCE"
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue