opt/valgrind/Pkgfile

19 lines
420 B
Plaintext

# Description: A debugging and profiling system for Linux programs
# URL: https://valgrind.org/
# Maintainer: Matt Housh, jaeger at crux dot ninja
# Optional: gdb
name=valgrind
version=3.22.0
release=1
source=(https://sourceware.org/pub/$name/$name-$version.tar.bz2)
build() {
cd $name-$version
./configure --prefix=/usr \
--libexecdir=/usr/lib
make
make DESTDIR=$PKG install
rm -rf $PKG/usr/share/doc
}