vp-build/templates/valgrind/template
Juan RP 7fcf8ccc7a valgrind: update to 3.5.0.
--HG--
extra : convert_revision : a4ffa17ba4784092fc7b2cc659a909e3aab343db
2009-09-28 21:28:30 +02:00

19 lines
758 B
Plaintext

# Template file for 'valgrind'
pkgname=valgrind
version=3.5.0
distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2"
build_style=gnu_configure
short_desc="Tool for finding memory management bugs in programs"
maintainer="Juan RP <xtraeme@gmail.com>"
checksum=743a5132bbebc247169aefae6e17657677fdf0961aba1668dd4ee7028d27ba80
long_desc="
Valgrind is a tool to help you find memory-management problems in your
programs. When a program is run under Valgrind's supervision, all
reads and writes of memory are checked, and calls to
malloc/new/free/delete are intercepted. As a result, Valgrind can
detect a lot of problems that are otherwise very hard to find/diagnose."
subpackages="devel"
Add_dependency full glibc
Add_dependency full perl