aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/nettle.nim
blob: 9c7dfaaa28146fc5735ae7c1ea690f8587d35971 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# Αδειοδοτείται υπό τους όρους της EUPL
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.