core/m4/Pkgfile

17 lines
404 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A standard Unix macro processor with extensions
# URL: http://www.seindal.dk/rene/gnu/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
name=m4
2017-01-01 20:15:22 +01:00
version=1.4.18
release=1
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build() {
cd $name-$version
2015-07-25 22:57:26 +02:00
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
2006-08-20 16:24:30 +02:00
make DESTDIR=$PKG install
2015-07-25 22:57:26 +02:00
rm -rf $PKG/usr/share/info
2006-02-23 16:26:10 +01:00
}