diff --git a/package/automake/1.17/.keep b/package/automake/1.17/.keep new file mode 100644 index 0000000000000000000000000000000000000000..e69de29bb2d1d6434b8b29ae775ad8c2e48c5391 diff --git a/package/automake/1.17/install.sh b/package/automake/1.17/install.sh new file mode 100644 index 0000000000000000000000000000000000000000..542ac98ec1e67e2d8bf8fd76456bbe6cb466cc73 --- /dev/null +++ b/package/automake/1.17/install.sh @@ -0,0 +1,10 @@ +#!/bin/bash +set -x +set -e +. ${DOWNLOAD_TOOL} -u https://ftp.gnu.org/gnu/automake/automake-1.17.tar.gz +cd ${JARVIS_TMP} +tar -xvf ${JARVIS_DOWNLOAD}/automake-1.17.tar.gz +cd automake-1.17 +./configure --prefix=$1 +make -j +make install \ No newline at end of file