mirror of https://github.com/pyodide/pyodide.git
24 lines
546 B
YAML
24 lines
546 B
YAML
package:
|
|
name: libxslt
|
|
version: 1.1.33
|
|
|
|
source:
|
|
sha256: 8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8
|
|
url: ftp://xmlsoft.org/libxml2/libxslt-1.1.33.tar.gz
|
|
|
|
requirements:
|
|
run:
|
|
- libxml
|
|
|
|
build:
|
|
library: true
|
|
script: |
|
|
emconfigure ./configure \
|
|
CFLAGS="-fPIC" \
|
|
--disable-dependency-tracking \
|
|
--disable-shared \
|
|
--without-python \
|
|
--with-libxml-src="$PYODIDE_ROOT/packages/libxml/build/libxml2-2.9.10" \
|
|
--without-crypto
|
|
emmake make -j ${PYODIDE_JOBS:-3}
|