mirror of https://github.com/pyodide/pyodide.git
15 lines
418 B
YAML
15 lines
418 B
YAML
package:
|
|
name: libwebp
|
|
version: 1.2.2
|
|
|
|
source:
|
|
url: https://github.com/webmproject/libwebp/archive/refs/tags/v1.2.2.tar.gz
|
|
sha256: 51e9297aadb7d9eb99129fe0050f53a11fcce38a0848fb2b0389e385ad93695e
|
|
|
|
build:
|
|
library: true
|
|
script: |
|
|
mkdir build && cd build && emcmake cmake -DCMAKE_C_FLAGS="-fPIC" -DCMAKE_INSTALL_PREFIX=${WASM_LIBRARY_DIR} ../
|
|
emmake make -j ${PYODIDE_JOBS:-3}
|
|
emmake make install
|