diff options
Diffstat (limited to 'community/automake')
-rwxr-xr-x | community/automake/build | 7 | ||||
-rw-r--r-- | community/automake/checksums | 2 | ||||
-rw-r--r-- | community/automake/depends | 2 | ||||
-rw-r--r-- | community/automake/meta | 3 | ||||
-rw-r--r-- | community/automake/sources | 1 | ||||
-rw-r--r-- | community/automake/version | 1 |
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..763f9b0b --- /dev/null +++ b/community/automake/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +c9d204d579a6b557be30e2d0fc9534ee16bfe099e95d9250583ad28aefb32d59 automake-1.17.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..b730d2b0 --- /dev/null +++ b/community/automake/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/automake/automake-1.17.tar.gz diff --git a/community/automake/version b/community/automake/version new file mode 100644 index 00000000..0bbad115 --- /dev/null +++ b/community/automake/version @@ -0,0 +1 @@ +1.17 1 |