# #!/bin/bash
# This file is auto-generated from src/templates
# source emscripten-scripts/base.sh

# mkdir -p $PREFIX/src
# cd $PREFIX/src
# rm -rf hp2xx-3.4.4
# wget http://ftp.gnu.org/gnu/hp2xx/hp2xx-3.4.4.tar.gz
# tar xvfz hp2xx-3.4.4.tar.gz
# cd hp2xx-3.4.4 

# # libtoolize
# # autoreconf 
# # automake --add-missing
# # chmod a+x ./configure
# # export CHOST=emcc && emconfigure ./configure --prefix=$PREFIX --disable-shared --enable-static PKG_CONFIG_PATH="$PKG_CONFIG_PATH"
# # testExitCode "libpng configure" $?
# # emcmake make install  
# # testExitCode "libpng make install" $?
