Current File : /home/inlingua/miniconda3/pkgs/expat-2.6.4-h6a678d5_0/info/recipe/build.sh
#!/bin/bash

./configure --prefix=$PREFIX \
            --host=${HOST} \
            --build=${BUILD}

make -j${CPU_COUNT} ${VERBOSE_AT}
make check
make install

# We can remove this when we start using the new conda-build.
find $PREFIX -name '*.la' -delete