aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:47 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:47 +0300
commitea370f1df9fdea626f1ff9bf215b24432c1a5287 (patch)
tree0da6c8efc5b162a74b3478ebe29328d47f704ecf /community
parent664ec4dbccb9d72c3cc04093132f2a06555a476b (diff)
downloadrepository-ea370f1df9fdea626f1ff9bf215b24432c1a5287.tar.gz
automake: move to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/automake/build7
-rw-r--r--community/automake/checksums1
-rw-r--r--community/automake/depends2
-rw-r--r--community/automake/meta3
-rw-r--r--community/automake/sources1
-rw-r--r--community/automake/version1
6 files changed, 15 insertions, 0 deletions
diff --git a/community/automake/build b/community/automake/build
new file mode 100755
index 00000000..6daf22f8
--- /dev/null
+++ b/community/automake/build
@@ -0,0 +1,7 @@
+#!/bin/sh -e
+
+./configure \
+ --prefix=/usr
+
+make
+make DESTDIR="$1" install
diff --git a/community/automake/checksums b/community/automake/checksums
new file mode 100644
index 00000000..2bc6ce8e
--- /dev/null
+++ b/community/automake/checksums
@@ -0,0 +1 @@
+8a0f0be7aaae2efa3a68482af28e5872d8830b9813a6a932a2571eac63ca1794 automake-1.16.4.tar.gz
diff --git a/community/automake/depends b/community/automake/depends
new file mode 100644
index 00000000..ef9f132a
--- /dev/null
+++ b/community/automake/depends
@@ -0,0 +1,2 @@
+autoconf
+perl
diff --git a/community/automake/meta b/community/automake/meta
new file mode 100644
index 00000000..bf6fbfb9
--- /dev/null
+++ b/community/automake/meta
@@ -0,0 +1,3 @@
+description: GNU Makefile generator
+license: GPL-2.0+
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/automake/sources b/community/automake/sources
new file mode 100644
index 00000000..d7635b2d
--- /dev/null
+++ b/community/automake/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/automake/automake-1.16.4.tar.gz
diff --git a/community/automake/version b/community/automake/version
new file mode 100644
index 00000000..32ec22df
--- /dev/null
+++ b/community/automake/version
@@ -0,0 +1 @@
+1.16.4 1