From 71e1a0f0f609c8fa04732d1fbf3b84ff2dbfaa30 Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Wed, 18 Sep 2024 07:56:18 +0000 Subject: [PATCH 1/2] =?UTF-8?q?=E6=96=B0=E5=BB=BA=201.17?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package/automake/1.17/.keep | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 package/automake/1.17/.keep diff --git a/package/automake/1.17/.keep b/package/automake/1.17/.keep new file mode 100644 index 0000000..e69de29 -- Gitee From 828b419ec1657d22ca3bba1c878b67af4239c04f Mon Sep 17 00:00:00 2001 From: Caohongtao Date: Wed, 18 Sep 2024 07:57:26 +0000 Subject: [PATCH 2/2] add package automake-1.17 Signed-off-by: Caohongtao --- package/automake/1.17/install.sh | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 package/automake/1.17/install.sh diff --git a/package/automake/1.17/install.sh b/package/automake/1.17/install.sh new file mode 100644 index 0000000..542ac98 --- /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 -- Gitee