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/libtool | |
download | repository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz |
secondary commit
Diffstat (limited to 'extra/libtool')
-rwxr-xr-x | extra/libtool/build | 7 | ||||
-rw-r--r-- | extra/libtool/checksums | 1 | ||||
-rw-r--r-- | extra/libtool/depends | 1 | ||||
-rw-r--r-- | extra/libtool/sources | 1 | ||||
-rw-r--r-- | extra/libtool/version | 1 |
5 files changed, 11 insertions, 0 deletions
diff --git a/extra/libtool/build b/extra/libtool/build new file mode 100755 index 00000000..6daf22f8 --- /dev/null +++ b/extra/libtool/build @@ -0,0 +1,7 @@ +#!/bin/sh -e + +./configure \ + --prefix=/usr + +make +make DESTDIR="$1" install diff --git a/extra/libtool/checksums b/extra/libtool/checksums new file mode 100644 index 00000000..238a49a3 --- /dev/null +++ b/extra/libtool/checksums @@ -0,0 +1 @@ +7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f libtool-2.4.6.tar.xz diff --git a/extra/libtool/depends b/extra/libtool/depends new file mode 100644 index 00000000..0a3b5170 --- /dev/null +++ b/extra/libtool/depends @@ -0,0 +1 @@ +perl make diff --git a/extra/libtool/sources b/extra/libtool/sources new file mode 100644 index 00000000..5f32de1a --- /dev/null +++ b/extra/libtool/sources @@ -0,0 +1 @@ +https://ftp.gnu.org/gnu/libtool/libtool-2.4.6.tar.xz diff --git a/extra/libtool/version b/extra/libtool/version new file mode 100644 index 00000000..c2d12dbd --- /dev/null +++ b/extra/libtool/version @@ -0,0 +1 @@ +2.4.6 1 |