# Exit on error:
set -e

#https://codeload.github.com/dinhvh/libetpan/tar.gz/refs/tags/1.9.4

wget https://github.com/dinhvh/libetpan/archive/1.9.4.tar.gz
tar xf 1.9.4.tar.gz
cd libetpan-1.9.4
./autogen.sh
./configure --prefix=
make install
cd ..
rm -rf libetpan-1.9.4
rm 1.9.4.tar.gz

exit 0
