core/autoconf/Pkgfile

19 lines
433 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
2021-12-13 12:26:43 +01:00
# URL: https://www.gnu.org/software/autoconf
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=autoconf
2021-01-30 13:38:26 +01:00
version=2.71
2020-12-17 11:50:23 +01:00
release=1
2021-12-13 12:26:43 +01:00
source=(https://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
2023-08-21 21:49:13 +02:00
cd $name-$version
./configure --prefix=/usr
make
make prefix=$PKG/usr install
rm -r $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}