summaryrefslogtreecommitdiff
path: root/libtool
diff options
context:
space:
mode:
authorTim Biermann <tbier@posteo.de>2021-12-13 12:10:47 +0100
committerTim Biermann <tbier@posteo.de>2021-12-13 12:10:47 +0100
commit60529fce286c9f4dccb2a67ff87afc51d6f66f30 (patch)
tree700e16b16631a4db5225cf16ab083144015b9029 /libtool
parentc04b8b27062a55f57388dc7ca1d9a1761a22279f (diff)
downloadcore-60529fce286c9f4dccb2a67ff87afc51d6f66f30.tar.gz
core-60529fce286c9f4dccb2a67ff87afc51d6f66f30.tar.xz
libtool: use https and syntax
Diffstat (limited to 'libtool')
-rw-r--r--libtool/.signature4
-rw-r--r--libtool/Pkgfile16
2 files changed, 10 insertions, 10 deletions
diff --git a/libtool/.signature b/libtool/.signature
index 90fec6f1..3ecefc0c 100644
--- a/libtool/.signature
+++ b/libtool/.signature
@@ -1,5 +1,5 @@
untrusted comment: verify with /etc/ports/core.pub
-RWRJc1FUaeVeqjtreS25tMc3WBpAqxdnImH27dw1PXzDIqR1dcb0501FusOPYQONxY7ncRLPGMd7q/NAj4baNlXrj7nBEFdObQg=
-SHA256 (Pkgfile) = 39b8eadc68c625ebeaf03788fa8ab5ba282976245f55a8a13301c460963363c1
+RWRJc1FUaeVequbHid30XjMt+iebgVYYWw6lnNTe9nILoAM/ti1idmDhvyLPi7cW0QklLcNIVoxPM2HdsXdgTJsAD8aZblBZBQs=
+SHA256 (Pkgfile) = ddeb24e2d1bc58f63e25a8b4791b7e8251010279a9c4bf3009f3db785efbdb91
SHA256 (.footprint) = 5963d5621fbbc3e2a2ec26617728a002b0f6bc60578295f329e8f363ced0f3cb
SHA256 (libtool-2.4.6.tar.xz) = 7c87a8c2c8c0fc9cd5019e402bed4292462d00a718a7cd5f11218153bf28b26f
diff --git a/libtool/Pkgfile b/libtool/Pkgfile
index e7e2733a..5a95429a 100644
--- a/libtool/Pkgfile
+++ b/libtool/Pkgfile
@@ -1,16 +1,16 @@
# Description: A generic library support script
-# URL: http://www.gnu.org/software/libtool/
-# Maintainer: CRUX System Team, core-ports at crux dot nu
+# URL: https://www.gnu.org/software/libtool/
+# Maintainer: CRUX System Team, core-ports at crux dot nu
name=libtool
version=2.4.6
release=2
-source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
+source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build() {
- cd $name-$version
- ./configure --prefix=/usr
- make
- make DESTDIR=$PKG install
- rm -r $PKG/usr/share/info
+ cd $name-$version
+ ./configure --prefix=/usr
+ make
+ make DESTDIR=$PKG install
+ rm -r $PKG/usr/share/info
}

Generated by cgit