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

tessera "bzip2":
  source: "https://www.sourceware.org/pub/bzip2/bzip2-1.0.8.tar.gz"
  patches: @[
    "https://linuxfromscratch.org/patches/lfs/12.4/bzip2-1.0.8-install_docs-1.patch"
  ]
  dependencies: @[
    "bash",
    "binutils",
    "coreutils",
    "diffutils",
    "gcc",
    "glibc",
    "make"
  ]
  dependants: @[
    "file",
    "libelf"
  ]
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.