diff options
Diffstat (limited to 'community/autoconf')
-rwxr-xr-x | community/autoconf/build | 9 | ||||
-rw-r--r-- | community/autoconf/checksums | 2 | ||||
-rw-r--r-- | community/autoconf/depends | 2 | ||||
-rw-r--r-- | community/autoconf/meta | 3 | ||||
-rw-r--r-- | community/autoconf/sources | 1 | ||||
-rw-r--r-- | community/autoconf/version | 1 |
6 files changed, 18 insertions, 0 deletions
diff --git a/community/autoconf/build b/community/autoconf/build new file mode 100755 index 00000000..7fa29fd3 --- /dev/null +++ b/community/autoconf/build @@ -0,0 +1,9 @@ +#!/bin/sh -e + +export M4=gm4 + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/community/autoconf/checksums b/community/autoconf/checksums new file mode 100644 index 00000000..48b2e5a2 --- /dev/null +++ b/community/autoconf/checksums @@ -0,0 +1,2 @@ +%BLAKE3 +89aad7032c61efa3ea6cada364e20560c58441a92a7267db15e0fddff55638c7 autoconf-2.72.tar.gz diff --git a/community/autoconf/depends b/community/autoconf/depends new file mode 100644 index 00000000..8fd1a89e --- /dev/null +++ b/community/autoconf/depends @@ -0,0 +1,2 @@ +m4 +perl diff --git a/community/autoconf/meta b/community/autoconf/meta new file mode 100644 index 00000000..33dd2512 --- /dev/null +++ b/community/autoconf/meta @@ -0,0 +1,3 @@ +description: Source code configuration script generator +license: GPL-3.0-or-later +maintainer: Cem Keylan <cem@carbslinux.org> diff --git a/community/autoconf/sources b/community/autoconf/sources new file mode 100644 index 00000000..979d32ad --- /dev/null +++ b/community/autoconf/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.72.tar.gz diff --git a/community/autoconf/version b/community/autoconf/version new file mode 100644 index 00000000..fd6c7fce --- /dev/null +++ b/community/autoconf/version @@ -0,0 +1 @@ +2.72 1 |