CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
binutils: update to 2.22. Removed host's texinfo dependency.
[crossrootfs.git] / autoconf / Pkgfile
CommitLineData
6dca1d21
JB
1# Description: A package of M4 macros to produce scripts to automatically configure sourcecode
2# URL: http://www.gnu.org/software/autoconf
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
6dca1d21
JB
5# Depends on:
6
7name=autoconf
83605d3e 8version=2.68
6dca1d21
JB
9release=1
10source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
11
12build () {
388064b2
VM
13 cd $name-$version
14 ./configure --prefix=/usr \
15 --mandir=$PKG/usr/man
16 make
17 make prefix=$PKG/usr install
18 rm -r $PKG/usr/share/info
6dca1d21 19}