aboutsummaryrefslogtreecommitdiff
path: root/community
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
committerCem Keylan <cem@ckyln.com>2021-08-09 22:48:57 +0300
commit25eb760ffa250db33789d0d5e4e180b48b9c93a7 (patch)
treea512e641a20ec5d4d3e3e1b8e5ca24ac740990cf /community
parentea370f1df9fdea626f1ff9bf215b24432c1a5287 (diff)
downloadrepository-25eb760ffa250db33789d0d5e4e180b48b9c93a7.tar.gz
autoconf: move to community
Diffstat (limited to 'community')
-rwxr-xr-xcommunity/autoconf/build7
-rw-r--r--community/autoconf/checksums1
-rw-r--r--community/autoconf/depends2
-rw-r--r--community/autoconf/meta3
-rw-r--r--community/autoconf/sources1
-rw-r--r--community/autoconf/version1
6 files changed, 15 insertions, 0 deletions
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 <cem@carbslinux.org>
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