ports/core (3.7): libtool: use https and syntax
![](https://secure.gravatar.com/avatar/df8330968b6df8cd1c1942c5fb4b720c.jpg?s=120&d=mm&r=g)
commit 60529fce286c9f4dccb2a67ff87afc51d6f66f30 Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:10:47 2021 +0100 libtool: use https and syntax 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 }
participants (1)
-
crux@crux.nu