CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
prt-get: commented out opt/xorg collections in prt-get.conf
[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
a755b04c 8version=2.69
6dca1d21 9release=1
a755b04c 10source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
6dca1d21
JB
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}