summaryrefslogtreecommitdiffstats
path: root/m4/Pkgfile
blob: bdab5bec393d3d1381c2cbfea6a121138bbbbb60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
description="A standard Unix macro processor with GNU extensions."
packager="CRUX System Team <core-ports AT crux DOT nu>"
maintainer="Lukc <lukc AT upyum DOT com>"
url="http://www.seindal.dk/rene/gnu/"
depends=()

name=m4
version=1.4.15
release=1
source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
build () 
{ 
	cd $name-$version;
	./configure --prefix=$prefix --mandir=$mandir;
	make;
	make DESTDIR=$PKG install;
}