ltrace: update to 0.7.0.
This commit is contained in:
parent
8ffc219b8e
commit
b0ea5d056a
1 changed files with 6 additions and 17 deletions
|
@ -1,28 +1,17 @@
|
||||||
# Template file for 'ltrace'
|
# Template file for 'ltrace'
|
||||||
pkgname=ltrace
|
pkgname=ltrace
|
||||||
version=0.6.0
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
|
conf_files="/etc/ltrace.conf"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
makedepends="git automake elfutils-devel"
|
makedepends="elfutils-devel"
|
||||||
short_desc="Tracks runtime library calls in dynamically linked programs"
|
short_desc="Tracks runtime library calls in dynamically linked programs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
homepage="http://ltrace.alioth.debian.org/"
|
homepage="http://ltrace.alioth.debian.org/"
|
||||||
license="GPL-2"
|
license="GPL-2"
|
||||||
|
distfiles="https://alioth.debian.org/frs/download.php/3822/ltrace-${version}.tar.bz2"
|
||||||
|
checksum=5438ce286f072f0e0448db046657466f9bd142600013329063aecf7cf809fd10
|
||||||
long_desc="
|
long_desc="
|
||||||
ltrace intercepts and records dynamic library calls which are called by an
|
ltrace intercepts and records dynamic library calls which are called by an
|
||||||
executed process and the signals received by that process. It can also
|
executed process and the signals received by that process. It can also
|
||||||
intercept and print the system calls executed by the program."
|
intercept and print the system calls executed by the program."
|
||||||
|
|
||||||
nofetch=yes
|
|
||||||
noextract=yes
|
|
||||||
conf_files="/etc/ltrace.conf"
|
|
||||||
|
|
||||||
do_fetch() {
|
|
||||||
url="git://anonscm.debian.org/collab-maint/ltrace.git"
|
|
||||||
git clone -b master ${url} ${pkgname}-${version}
|
|
||||||
cd ${pkgname}-${version} && git checkout b5f76339d0cbe94196093c73e8dffa9ef463fdd
|
|
||||||
}
|
|
||||||
|
|
||||||
pre_configure() {
|
|
||||||
./autogen.sh
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in a new issue