ltrace: remove long_desc.

This commit is contained in:
Juan RP 2014-02-21 12:47:43 +01:00
parent f69449f001
commit e496e590f6
1 changed files with 1 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Template file for 'ltrace'
pkgname=ltrace
version=0.7.3
revision=1
revision=2
build_style=gnu-configure
makedepends="elfutils-devel"
conf_files="/etc/ltrace.conf"
@ -11,7 +11,3 @@ homepage="http://ltrace.alioth.debian.org/"
license="GPL-2"
distfiles="http://xbps.nopcode.org/distfiles/ltrace-${version}.tar.bz2"
checksum=0e6f8c077471b544c06def7192d983861ad2f8688dd5504beae62f0c5f5b9503
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
intercept and print the system calls executed by the program."