autoconf-archive: adopted port

This commit is contained in:
Tim Biermann 2023-08-27 17:50:30 +02:00
parent 8e3fa5040e
commit 14c384e4db
Signed by: tb
GPG Key ID: 42F8B4E30B673606
2 changed files with 11 additions and 11 deletions

View File

@ -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

View File

@ -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
}