21 lines
526 B
Bash
21 lines
526 B
Bash
# Template file for 'ltrace'
|
|
pkgname=ltrace
|
|
version=0.7.3
|
|
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@voidlinux.eu>"
|
|
homepage="http://ltrace.alioth.debian.org/"
|
|
license="GPL-2"
|
|
|
|
CFLAGS="-Wno-error"
|
|
|
|
do_fetch() {
|
|
git clone -b${version} git://anonscm.debian.org/collab-maint/ltrace.git ${wrksrc}
|
|
}
|
|
pre_configure() {
|
|
autoreconf -fi
|
|
}
|