aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/libxml2.nim
blob: 68f0ff006f2650a30d2bcc1da5ebc4ce40bbc7e3 (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
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.