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"
|
; all rights regarding Text and Data Mining (TDM) are reserved.