Current File : /home/inlingua/miniconda3/pkgs/libedit-3.1.20230828-h5eee18b_0/info/recipe/build.sh
#!/bin/bash
set -ex
autoreconf -f
./configure --prefix=${PREFIX} \
            --host=${HOST} \
            CFLAGS="${CFLAGS} -I${PREFIX}/include" \
            LDFLAGS="${LDFLAGS} -L${PREFIX}/lib"
make -j ${CPU_COUNT} ${VERBOSE_AT}
make install
make check
# This conflicts with a file in readline
rm -f ${PREFIX}/share/man/man3/history.3