# Description: A collection of freely re-usable Autoconf macros # URL: https://www.gnu.org/software/autoconf-archive/ # Maintainer: protonesso, nagakamira at gmail dot com # Depends on: autoconf # Section: devel name=autoconf-archive version=2021.02.19 release=1 source=("https://ftp.gnu.org/gnu/$name/$name-$version.tar.xz") build() { cd "$SRC"/$name-$version ./configure $BUILDFLAGS \ --prefix=/usr make make DESTDIR="$PKG" install }