core/autoconf/Pkgfile

17 lines
426 B
Plaintext

# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
# URL: https://www.gnu.org/software/autoconf
# Maintainer: CRUX System Team, core-ports at crux dot nu
name=autoconf
version=2.72
release=1
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
build () {
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -r $PKG/usr/share/info
}