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

tessera "libxslt":
  source: "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.tar.xz"
  patches: @[""]
  dependencies: @[
    "libxml2"
  ]
  build: @[
    """
    ./configure --prefix=/usr    \
            --disable-static \
            --docdir=/usr/share/doc/libxslt-1.1.43
    """,
    "make",
    "make install"
  ]
  result: "libxslt.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.