ports/core (3.7): cpio: use https and syntax
commit 2c54b0bb824623632eca1e81e1452c17c52c695c Author: Tim Biermann <tbier@posteo.de> Date: Mon Dec 13 12:24:13 2021 +0100 cpio: use https and syntax diff --git a/cpio/.signature b/cpio/.signature index f28ce4f1..a03fa392 100644 --- a/cpio/.signature +++ b/cpio/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/core.pub -RWRJc1FUaeVeqnEQOijM4wtiXEXtErmokr32QnqmPuUSFAO0pSeAs3o4h6o52Ys6R7zgT8qFtEuvkdJzxuCVUkOXV5MtCZys2wc= -SHA256 (Pkgfile) = 22d885ecd6bbb559938ec2157c3884562e440e9449217a0e85f1d3a6eddc3290 +RWRJc1FUaeVeqkYx9Oh32YDU6bStm9NAJgDlzbfOL4zfU1q2SV1hkzJ3hPzLWquIDcKcvBs6PougGWanLEk+tUKWowTsYBFqRQc= +SHA256 (Pkgfile) = 358a4a2aa8e182e4178277082a25275e047d1362ef1a3fd87a9404f1673e0cfe SHA256 (.footprint) = 26cfb1dd44c5356afcdba7aa054685d535b15b4ab96897ad7bd24a6c9a14b9fe SHA256 (cpio-2.13.tar.bz2) = eab5bdc5ae1df285c59f2a4f140a98fc33678a0bf61bdba67d9436ae26b46f6d diff --git a/cpio/Pkgfile b/cpio/Pkgfile index 7129374f..424804ab 100644 --- a/cpio/Pkgfile +++ b/cpio/Pkgfile @@ -1,22 +1,22 @@ # Description: A tool to copy files into or out of a cpio or tar archive -# URL: http://www.gnu.org/software/cpio/ -# Maintainer: CRUX System Team, core-ports at crux dot nu +# URL: https://www.gnu.org/software/cpio/ +# Maintainer: CRUX System Team, core-ports at crux dot nu name=cpio version=2.13 release=2 -source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2) +source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.bz2) build() { - cd $name-$version + cd $name-$version - export CFLAGS="$CFLAGS -fcommon" + export CFLAGS="$CFLAGS -fcommon" - ./configure --prefix=/usr --disable-nls + ./configure --prefix=/usr --disable-nls - make - make DESTDIR=$PKG install + make + make DESTDIR=$PKG install - rm -r $PKG/usr/{libexec,share/info} - rm -r $PKG/usr/share/man/man8 + rm -r $PKG/usr/{libexec,share/info} + rm -r $PKG/usr/share/man/man8 }
participants (1)
-
crux@crux.nu