CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
grep: updated to 3.1
[crossrootfs.git] / automake / Pkgfile
CommitLineData
d9a8999d
JB
1# Description: A tool for automatically generating Makefiles
2# URL: http://www.gnu.org/software/automake/
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
b4aac807 5# Depends on: gawk perl autoconf
d9a8999d
JB
6
7name=automake
509a4080
VM
8version=1.16.1
9release=1
10source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
d9a8999d
JB
11
12build () {
13 cd $name-$version
14
00973163
VM
15 ./configure --build=$CHOST \
16 --host=$CTARGET \
b4aac807 17 --prefix=/usr
d9a8999d
JB
18
19 make
20 make DESTDIR=$PKG install
21
22 rm -r $PKG/usr/share/{info,doc}
23 rm $PKG/usr/share/automake-*/texinfo.tex
24}