aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/lzo.nim
blob: 18471821f9a690969edfaa6d382e183c5a4404fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
import .. / lapis

tessera "lzo":
  source: "https://www.oberhumer.com/opensource/lzo/download/lzo-2.10.tar.gz"
  patches: @[""]
  dependencies: @[""]
  build: @[
    """
    ./configure --prefix=/usr    \
              --enable-shared  \
              --disable-static \
              --docdir=/usr/share/doc/lzo-2.10
    """,
    "make",
    "make install"
  ]
  result: "liblzo2.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.