# Note: depends on autoconf
# Note: depends on automake
wget -c https://github.com/flonatel/pipexec/archive/2.5.2/pipexec-2.5.2.tar.gz
tar -xzf pipexec-2.5.2.tar.gz
cd pipexec-2.5.2
sed -i -e 's/-Werror//' configure.ac
autoreconf -i
mkdir -p builddir
cd builddir
../configure --prefix="/usr"
make # Doesn't mind -j#
make install