🔒 Repository is read-only – file editing is disabled.

recipes/gui/valgrind/PAGBUILD.yaml main

29 linii Raw ← Powrót
1234567891011121314151617181920212223242526272829
pkgname: valgrind
pkgver: '3.25.1'
pkgrel: '1'
pkgdesc: 'An instrumentation framework for building dynamic analysis tools.'
url: 'https://valgrind.org'
arch: x86_64
depends: []
makedepends:
- boost
- llvm
- libxslt

source:
- 'ftp://sourceware.org/pub/${pkgname}/${pkgname}-${pkgver}.tar.bz2'

sha256sums:
- SKIP

build: |
  cd ${pkgname}-${pkgver}
  sed -i 's|/doc/valgrind||' docs/Makefile.in 
  ./configure --prefix=/usr \
             --datadir=/usr/share/doc/${pkgname}-${pkgver}

  make
  make DESTDIR=${PKGDIR} install

package: |
  true