aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/fontconfig.nim
blob: a41d28d1a6de83ff43eb2ff7e612dfbfdaf7b9fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "fontconfig":
  source: "https://gitlab.freedesktop.org/api/v4/projects/890/packaes/generic/fontconfig/2.17.1/fontconfig-2.17.1.tar.xz"
  patches: @[""]
  dependencies: @[
    "freetype"
  ]
  build: @[
    """
    ./configure --prefix=/usr        \
                --sysconfdir=/etc    \
                --localstatedir=/var \
                --docdir=/usr/share/doc/fontconfig-2.17.1
    """,
    "make",
    "make install",

  ]
  result: "libfontconfig.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.