From 14c384e4db8afe61473e3fa9eba0abcd237f716b Mon Sep 17 00:00:00 2001 From: Tim Biermann Date: Sun, 27 Aug 2023 17:50:30 +0200 Subject: [PATCH] autoconf-archive: adopted port --- autoconf-archive/.signature | 4 ++-- autoconf-archive/Pkgfile | 18 +++++++++--------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/autoconf-archive/.signature b/autoconf-archive/.signature index 2861273a7..93a23ce19 100644 --- a/autoconf-archive/.signature +++ b/autoconf-archive/.signature @@ -1,5 +1,5 @@ untrusted comment: verify with /etc/ports/opt.pub -RWSE3ohX2g5d/SMRc3g1q+TRAOliP0GkgD8ySVtKip8L5DHGiEUMB11gG72YKv8mQKpyPHG57Dt1X+SJ4LFWca19+hK1akDnXQ0= -SHA256 (Pkgfile) = 477339540c2ad2ff20da0202fa3ce51c9e458448f0bd7562669c3c1bdc1fece4 +RWSE3ohX2g5d/dd/9xGP8qhec9teh67IyMLTfR9q1KizFP7wc80Fm95b2LGvNK8gNVcRd0O/qR70fJGCcvKUvVkGmlQAdOVweAo= +SHA256 (Pkgfile) = 742fadb95d266abf7b40f9b062e64b9405b55f02890ebaf362a5674f9d8a18de SHA256 (.footprint) = fd6924e55df4f1a92de13e11feb7202115fbe3e96c6fc83220c53bf40ff8f1c7 SHA256 (autoconf-archive-2023.02.20.tar.xz) = 71d4048479ae28f1f5794619c3d72df9c01df49b1c628ef85fde37596dc31a33 diff --git a/autoconf-archive/Pkgfile b/autoconf-archive/Pkgfile index 148b9f342..6d3a8ccea 100644 --- a/autoconf-archive/Pkgfile +++ b/autoconf-archive/Pkgfile @@ -1,6 +1,6 @@ -# Description: A collection of freely re-usable Autoconf macros. +# Description: A collection of freely re-usable Autoconf macros # URL: https://www.gnu.org/software/autoconf-archive/ -# Maintainer: Danny Rawlins, crux at romster dot me +# Maintainer: Tim Biermann, tbier at posteo dot de name=autoconf-archive version=2023.02.20 @@ -8,13 +8,13 @@ release=1 source=(https://ftpmirror.gnu.org/$name/$name-$version.tar.xz) build() { - cd $name-$version + cd $name-$version - ./configure --prefix=/usr - make - make DESTDIR=$PKG install + ./configure --prefix=/usr + make + make DESTDIR=$PKG install - rm -r $PKG/usr/share/{doc,info} - rm $PKG/usr/share/aclocal/ax_check_enable_debug.m4 - rm $PKG/usr/share/aclocal/ax_code_coverage.m4 + rm -r $PKG/usr/share/{doc,info} + rm $PKG/usr/share/aclocal/ax_check_enable_debug.m4 + rm $PKG/usr/share/aclocal/ax_code_coverage.m4 }