diff options
Diffstat (limited to 'community')
-rwxr-xr-x | community/automake/build | 7 | ||||
-rw-r--r-- | community/automake/checksums | 1 | ||||
-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, 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 |