strace: remove long_desc.

This commit is contained in:
Juan RP 2014-02-16 19:15:47 +01:00
parent a073f7dcb3
commit f57cc85f92

View file

@ -1,14 +1,11 @@
# Template file for 'strace'
pkgname=strace
version=4.8
revision=1
revision=2
build_style=gnu-configure
short_desc="System Call Tracer"
short_desc="A System Call Tracer"
maintainer="Juan RP <xtraeme@gmail.com>"
homepage="http://sourceforge.net/projects/strace"
license="BSD"
distfiles="${SOURCEFORGE_SITE}/$pkgname/$pkgname-$version.tar.xz"
checksum=f492291f07a7c805c07a8395cce1ea054a6401ad414f4cc12185672215e1d7f8
long_desc="
strace is a system call tracer, i.e. a debugging tool which prints out
a trace of all the system calls made by a process/program."