aboutsummaryrefslogtreecommitdiff
path: root/extra/automake
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
committerCem Keylan <cem@ckyln.com>2020-09-01 15:16:12 +0300
commit85e0379cb2b6e264ca7cadd05c36529c9939dd03 (patch)
treec3dc91650e3b26106eb7b369fef223c2f382c05f /extra/automake
parent413fe057203c2dc4ddad0830aa09d13bf4f25902 (diff)
downloadrepository-85e0379cb2b6e264ca7cadd05c36529c9939dd03.tar.gz
automake: add new package at 1.16.2
Diffstat (limited to 'extra/automake')
-rwxr-xr-xextra/automake/build7
-rw-r--r--extra/automake/checksums1
-rw-r--r--extra/automake/depends2
-rw-r--r--extra/automake/sources1
-rw-r--r--extra/automake/version1
5 files changed, 12 insertions, 0 deletions
diff --git a/extra/automake/build b/extra/automake/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/extra/automake/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/extra/automake/checksums b/extra/automake/checksums
new file mode 100644
index 00000000..f35b0628
--- /dev/null
+++ b/extra/automake/checksums
@@ -0,0 +1 @@
+b2f361094b410b4acbf4efba7337bdb786335ca09eb2518635a09fb7319ca5c1 automake-1.16.2.tar.gz
diff --git a/extra/automake/depends b/extra/automake/depends
new file mode 100644
index 00000000..ef9f132a
--- /dev/null
+++ b/extra/automake/depends
@@ -0,0 +1,2 @@
+autoconf
+perl
diff --git a/extra/automake/sources b/extra/automake/sources
new file mode 100644
index 00000000..00f5c15c
--- /dev/null
+++ b/extra/automake/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/automake/automake-1.16.2.tar.gz
diff --git a/extra/automake/version b/extra/automake/version
new file mode 100644
index 00000000..a973c446
--- /dev/null
+++ b/extra/automake/version
@@ -0,0 +1 @@
+1.16.2 1