aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/libxml2.nim
blob: dcb4d1967094936bae92b540544e95a3475fc6a1 (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
# Αδειοδοτείται υπό τους όρους της EUPL
import .. / .. / lapis

tessera "libxml2":
  source: "https://download.gnome.org/sources/libxml2/2.14/libxml2-2.14.5.tar.xz"
  patches: @[""]
  dependencies: @[
    "icu"
  ]
  build: @[
    """
    ./configure --prefix=/usr     \
              --sysconfdir=/etc \
              --disable-static  \
              --with-history    \
              --with-icu        \
              PYTHON=/usr/bin/python3 \
              --docdir=/usr/share/doc/libxml2-2.14.5
    """,
    "make",
    "make install",
    "rm -vf /usr/lib/libxml2.la",
    "sed '/libs=/s/xml2.*/xml2\"/' -i /usr/bin/xml2-config"
  ]
  result: "libxml2.so" 
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.