aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/tesserae/lzo.nim17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/tesserae/lzo.nim b/src/tesserae/lzo.nim
new file mode 100644
index 0000000..1847182
--- /dev/null
+++ b/src/tesserae/lzo.nim
@@ -0,0 +1,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.