aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/core/xz.nim
blob: 11c1bdf88deb62c2d82f4789c85d28b838499f1e (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
30
31
32
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "xz":
  source: "https://github.com/tukaani-project/xz/releases/download/v5.8.1/xz-5.8.1.tar.xz"
  patches: @[""]
  dependencies: @[
    "bash",
    "binutils",
    "coreutils",
    "diffutils",
    "gcc",
    "glibc",
    "make"
  ]
  dependants: @[
    "file",
    "grub",
    "kmod",
    "libelf",
    "man_db",
    "udev"
  ]
  build: @[
    """
    ./configure --prefix=/usr \
                --disable-static
                --docdir=/usr/share/doc/xz-5.8.1
    """,
    "make",
    "make install"
  ]
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.