2009-03-13 22:30:08 +01:00
|
|
|
# Template file for 'valgrind'
|
|
|
|
pkgname=valgrind
|
2011-11-14 21:08:13 +01:00
|
|
|
version=3.7.0
|
2009-03-13 22:30:08 +01:00
|
|
|
distfiles="http://www.valgrind.org/downloads/$pkgname-$version.tar.bz2"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2011-06-08 07:12:42 +02:00
|
|
|
configure_args="--enable-tls --with-mpicc=/dev/null"
|
2009-03-13 22:30:08 +01:00
|
|
|
short_desc="Tool for finding memory management bugs in programs"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2011-06-08 07:12:42 +02:00
|
|
|
homepage="http://valgrind.org/"
|
|
|
|
license="GPL-2"
|
2011-11-14 21:08:13 +01:00
|
|
|
checksum=5d62c0330f1481fe2c593249192fa68ff454c19c34343978cc9ce91aa324cbf6
|
2009-03-13 22:30:08 +01:00
|
|
|
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."
|
|
|
|
|
2009-11-22 08:31:44 +01:00
|
|
|
subpackages="$pkgname-devel"
|
2010-11-01 10:29:12 +01:00
|
|
|
Add_dependency full perl ">=0"
|
2010-04-25 16:41:06 +02:00
|
|
|
Add_dependency build pkg-config
|