ltrace: make this build again.

This commit is contained in:
Juan RP 2015-03-25 11:20:18 +01:00
parent fa44686c1c
commit 7dccb4a166
1 changed files with 11 additions and 3 deletions

View File

@ -1,13 +1,21 @@
# Template file for 'ltrace'
pkgname=ltrace
version=0.7.3
revision=2
revision=3
build_style=gnu-configure
hostmakedepends="automake libtool git"
makedepends="elfutils-devel"
conf_files="/etc/ltrace.conf"
short_desc="Tracks runtime library calls in dynamically linked programs"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://ltrace.alioth.debian.org/"
license="GPL-2"
distfiles="http://xbps.nopcode.org/distfiles/ltrace-${version}.tar.bz2"
checksum=0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
CFLAGS="-Wno-error"
do_fetch() {
git clone -b${version} git://anonscm.debian.org/collab-maint/ltrace.git ${wrksrc}
}
pre_configure() {
autoreconf -fi
}