aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/core/zlib.nim
blob: 75d1e97667ad013b941504a34db5fccfeebdc3e5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

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