aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/core/zlib.nim
blob: aa461ab70b8a454d8106a2bb9bfd98a77c86ffff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
import .. / lapis

tessera "zlib":
  source: "https://zlib.net/fossils/zlib-1.3.1.tar.gz"
  patches: @[""]
  dependencies: @[
    "bash",
    "binutils",
    "coreutils",
    "gcc",
    "glibc",
    "make",
    "sed"
  ]
  build: @[
    "./configure --prefix=/usr",
    "make",
    "make check",
    "make install",
    "rm -fv /usr/lib/libz.a"
  ]
  result: "libz.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.