blob: c9825361165b5778dad71566a47f6675664591be (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
import .. / lapis
tessera "libxslt":
source: "https://download.gnome.org/sources/libxslt/1.1/libxslt-1.1.43.tar.xz"
patches: @[""]
dependencies: @[
"libxml2"
]
build: @[
"""
./configure --prefix=/usr \
--disable-static \
--docdir=/usr/share/doc/libxslt-1.1.43
""",
"make",
"make install"
]
result: "libxslt.so"
|
; all rights regarding Text and Data Mining (TDM) are reserved.