aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/valgrind.nim
blob: d01d02ea85bfc799d1bd010fec55016b37a995dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
import .. / lapis

tessera "valgrind":
  source: "https://sourceware.org/pub/valgrind/valgrind-3.25.1.tar.bz2"
  patches: @[""]
  dependencies: @[
    "libalo"
  ]
  build: @[
    "sed -i 's|/doc/valgrind||' docs/Makefile.in",
    """
    ./configure --prefix=/usr         \
                --datasir=/usr/share/doc/valgrind-3.25.1
    """,
    "make",
    "make install"
  ]
  result: "valgrind"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.