aboutsummaryrefslogtreecommitdiff
path: root/src/tesserae/extra/libevent.nim
blob: 369f35dfbfc09d3f92a2056f041b90f36ed9b7ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
import .. / lapis

tessera "libevent":
  source: "https://github.com/libevent/libevent/releases/download/release-2.1.12-stable/libevent-2.1.12-stable.tar.gz"
  patches: @[""]
  dependencies: @[""]
  build: @[
    "sed -i 's/python/&3/' event_rpcgen.py",
    "./configure --prefix=/usr --disable-static",
    "make",
    "make install"
  ]
  result: "libevent.so"
Directive (EU) 2019/790, Article 4(3); all rights regarding Text and Data Mining (TDM) are reserved.