add lha build

This commit is contained in:
Mario Fetka 2024-04-21 10:41:32 +02:00
parent 376596a7ca
commit 7835988725

View File

@ -70,12 +70,12 @@ pushd $MSTEMPDIR &>/dev/null
unzip lha-20211125.zip &>/dev/null unzip lha-20211125.zip &>/dev/null
popd &>/dev/null popd &>/dev/null
pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null pushd $MSTEMPDIR/lha-release-20211125 &>/dev/null
aclocal aclocal &>/dev/null
autoheader autoheader &>/dev/null
automake -a automake -a &>/dev/null
autoconf autoconf &>/dev/null
./configure ./configure &>/dev/null
make make &>/dev/null
make install make install &>/dev/null
popd &>/dev/null popd &>/dev/null
msg_ok "Setting up ${APP} Official lha (be patient compiling lha)" msg_ok "Setting up ${APP} Official lha (be patient compiling lha)"