diff options
author | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2019-12-09 19:17:24 +0300 |
commit | 03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch) | |
tree | 81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/autoconf | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/autoconf')
-rwxr-xr-x | extra/autoconf/build | 7 | ||||
-rw-r--r-- | extra/autoconf/checksums | 1 | ||||
-rw-r--r-- | extra/autoconf/depends | 2 | ||||
-rw-r--r-- | extra/autoconf/sources | 1 | ||||
-rw-r--r-- | extra/autoconf/version | 1 |
5 files changed, 12 insertions, 0 deletions
diff --git a/extra/autoconf/build b/extra/autoconf/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/autoconf/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/autoconf/checksums b/extra/autoconf/checksums new file mode 100644 index 00000000..821d9707 --- /dev/null +++ b/extra/autoconf/checksums @@ -0,0 +1 @@ +954bd69b391edc12d6a4a51a2dd1476543da5c6bbf05a95b59dc0dd6fd4c2969 autoconf-2.69.tar.gz diff --git a/extra/autoconf/depends b/extra/autoconf/depends new file mode 100644 index 00000000..8fd1a89e --- /dev/null +++ b/extra/autoconf/depends @@ -0,0 +1,2 @@ +m4 +perl diff --git a/extra/autoconf/sources b/extra/autoconf/sources new file mode 100644 index 00000000..399ad44a --- /dev/null +++ b/extra/autoconf/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/pub/gnu/autoconf/autoconf-2.69.tar.gz diff --git a/extra/autoconf/version b/extra/autoconf/version new file mode 100644 index 00000000..9c78dec0 --- /dev/null +++ b/extra/autoconf/version @@ -0,0 +1 @@ +2.69 2 |