CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
file: Removed comment.
[crossrootfs.git] / m4 / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A standard Unix macro processor with extensions
2# URL: http://www.seindal.dk/rene/gnu/
3# Maintainer: CRUX System Team, core-ports at crux dot nu
4# Arch Maintainer: CRUX-ARM System Team, crux-arm at mikeux dot dyndns dot org
5
6name=m4
b77f38e1 7version=1.4.14
6dca1d21
JB
8release=1
9source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
10
11build() {
12 cd $name-$version
13 ./configure --build=$CHOST \
14 --host=$CTARGET \
15 --prefix=/usr \
16 --mandir=/usr/man
17 make
18 make DESTDIR=$PKG install
19 rm -rf $PKG/usr/share
20}