aboutsummaryrefslogtreecommitdiff
path: root/community/automake
diff options
context:
space:
mode:
Diffstat (limited to 'community/automake')
-rwxr-xr-xcommunity/automake/build7
-rw-r--r--community/automake/checksums2
-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, 16 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..375ed297
--- /dev/null
+++ b/community/automake/checksums
@@ -0,0 +1,2 @@
+%BLAKE3
+4e1272337e36d468673e3a83cab261dc2e2abbddc7b8733e4ac88bc7525c491a automake-1.16.5.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..02ba8df7
--- /dev/null
+++ b/community/automake/meta
@@ -0,0 +1,3 @@
+description: GNU Makefile generator
+license: GPL-2.0-or-later
+maintainer: Cem Keylan <cem@carbslinux.org>
diff --git a/community/automake/sources b/community/automake/sources
new file mode 100644
index 00000000..f01419de
--- /dev/null
+++ b/community/automake/sources
@@ -0,0 +1 @@
+https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.gz
diff --git a/community/automake/version b/community/automake/version
new file mode 100644
index 00000000..67bd00ae
--- /dev/null
+++ b/community/automake/version
@@ -0,0 +1 @@
+1.16.5 1