aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/lzo.nim
blob: 927f624e882a0328bec610ee3ba8898bf22c2e0b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Αδειοδοτείται υπό τους όρους της EUPL
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.