CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
wget: updated to 1.15
[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
b751b192 4# Arch Maintainer: CRUX-ARM System Team, devel at crux-arm dot nu
83e7e2d0 5# Depends on:
6dca1d21
JB
6
7name=m4
0284acc0
VM
8version=1.4.17
9release=1
6dca1d21
JB
10source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
11
12build() {
13 cd $name-$version
14 ./configure --build=$CHOST \
15 --host=$CTARGET \
16 --prefix=/usr \
17 --mandir=/usr/man
8b3fc2ad 18
6dca1d21
JB
19 make
20 make DESTDIR=$PKG install
21 rm -rf $PKG/usr/share
22}