diff options
author | Cem Keylan <cem@ckyln.com> | 2020-09-01 15:16:12 +0300 |
---|---|---|
committer | Cem Keylan <cem@ckyln.com> | 2020-09-01 15:16:12 +0300 |
commit | 413fe057203c2dc4ddad0830aa09d13bf4f25902 (patch) | |
tree | d5043e65cd5ef1eb904b3dab7178ac01d963a1f5 /extra | |
parent | 91e527edfd8bdff5b5776b83eb62775107e63d33 (diff) | |
download | repository-413fe057203c2dc4ddad0830aa09d13bf4f25902.tar.gz |
autoconf: add new package at 2.69
Diffstat (limited to 'extra')
-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 |