aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/nettle.nim
blob: 352ad7756641eef3aac2c56d9a80101290abcba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import .. / lapis

tessera "nettle":
  source: "https://ftp.gnu.org/gnu/nettle/nettle-3.10.2.tar.gz"
  patches: @[""]
  dependencies: @[""]
  build: @[
    "./configure --prefix=/usr --disable-static",
    "make",
    "make install",
    "chmod -v 755 /usr/lib/lib{hogweed,nettle}.so",
    "install -v -m755 -d /usr/share/doc/nettle-3.10.2",
    "install -v -m644 nettle.{html,pdf} /usr/share/doc/nettle-3.10.2"
  ]
  result: "libnettle.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.