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

tessera "lmdb":
  source: "https://git.openldab.org/openldap/openldap/-/archive/LMDB_0.9.33.tar.bz2"
  patches: @[""]
  dependencies: @[""]
  build: @[
    "cd libraries/liblmdb",
    "make",
    "sed -i 's| liblmdb.a||' Makefile",
    "make prefix=/usr install"
  ]
  result: "liblmdb.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.