CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
Merged changes from noeabi (72cbd18e791bd2edff0e8d23873136187f0cd936)
[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
83e7e2d0 4# Arch Maintainer: CRUX-ARM System Team, devel@crux-arm.nu
6dca1d21
JB
5# Depends on:
6
7name=autoconf
85bb1eb6 8version=2.65
6dca1d21
JB
9release=1
10source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.bz2)
11
12build () {
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
19}