ltrace: update to 0.7.3.
This commit is contained in:
parent
83e476ade4
commit
88a45ef85b
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'ltrace'
|
||||
pkgname=ltrace
|
||||
version=0.7.2
|
||||
version=0.7.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
makedepends="elfutils-devel"
|
||||
|
@ -9,7 +9,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
|
|||
homepage="http://ltrace.alioth.debian.org/"
|
||||
license="GPL-2"
|
||||
distfiles="https://alioth.debian.org/frs/download.php/3848/ltrace-${version}.tar.bz2"
|
||||
checksum=bd9e7bd94ba6728fd3ec57f4bcfef8240260bea8f4fcebbc9c454d07ccc11894
|
||||
checksum=e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855
|
||||
long_desc="
|
||||
ltrace intercepts and records dynamic library calls which are called by an
|
||||
executed process and the signals received by that process. It can also
|
||||
|
@ -18,7 +18,6 @@ long_desc="
|
|||
ltrace_package() {
|
||||
conf_files="/etc/ltrace.conf"
|
||||
pkg_install() {
|
||||
vmove etc
|
||||
vmove usr
|
||||
vmove all
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue