From 25eb760ffa250db33789d0d5e4e180b48b9c93a7 Mon Sep 17 00:00:00 2001 From: Cem Keylan Date: Mon, 9 Aug 2021 22:48:57 +0300 Subject: autoconf: move to community --- community/autoconf/build | 7 +++++++ community/autoconf/checksums | 1 + community/autoconf/depends | 2 ++ community/autoconf/meta | 3 +++ community/autoconf/sources | 1 + community/autoconf/version | 1 + 6 files changed, 15 insertions(+) create mode 100755 community/autoconf/build create mode 100644 community/autoconf/checksums create mode 100644 community/autoconf/depends create mode 100644 community/autoconf/meta create mode 100644 community/autoconf/sources create mode 100644 community/autoconf/version (limited to 'community/autoconf') diff --git a/community/autoconf/build b/community/autoconf/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/community/autoconf/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/community/autoconf/checksums b/community/autoconf/checksums new file mode 100644 index 00000000..791da917 --- /dev/null +++ b/community/autoconf/checksums @@ -0,0 +1 @@ +431075ad0bf529ef13cb41e9042c542381103e80015686222b8a9d4abef42a1c autoconf-2.71.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..27506f15 --- /dev/null +++ b/community/autoconf/meta @@ -0,0 +1,3 @@ +description: Source code configuration script generator +license: GPL-3.0+ +maintainer: Cem Keylan diff --git a/community/autoconf/sources b/community/autoconf/sources new file mode 100644 index 00000000..dbf7c3ee --- /dev/null +++ b/community/autoconf/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.71.tar.gz diff --git a/community/autoconf/version b/community/autoconf/version new file mode 100644 index 00000000..7df2b991 --- /dev/null +++ b/community/autoconf/version @@ -0,0 +1 @@ +2.71 2 -- cgit v1.2.3