From ea370f1df9fdea626f1ff9bf215b24432c1a5287 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:48:47 +0300 Subject: automake: move to community --- community/automake/build | 7 +++++++ community/automake/checksums | 1 + community/automake/depends | 2 ++ community/automake/meta | 3 +++ community/automake/sources | 1 + community/automake/version | 1 + 6 files changed, 15 insertions(+) create mode 100755 community/automake/build create mode 100644 community/automake/checksums create mode 100644 community/automake/depends create mode 100644 community/automake/meta create mode 100644 community/automake/sources create mode 100644 community/automake/version (limited to 'community/automake') 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 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 -- cgit v1.2.3