aboutsummaryrefslogtreecommitdiff
path: root/extra/libtool
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
committerCem Keylan <cem@ckyln.com>2019-12-09 19:17:24 +0300
commit03423e0583057cbe5a16f8439183e2dbc0e8dd7c (patch)
tree81fe3ba69d94146f83fb5541d1fb2da0ac4eac08 /extra/libtool
downloadrepository-03423e0583057cbe5a16f8439183e2dbc0e8dd7c.tar.gz
secondary commit
Diffstat (limited to 'extra/libtool')
-rwxr-xr-xextra/libtool/build7
-rw-r--r--extra/libtool/checksums1
-rw-r--r--extra/libtool/depends1
-rw-r--r--extra/libtool/sources1
-rw-r--r--extra/libtool/version1
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