core/automake/Pkgfile

22 lines
503 B
Plaintext
Raw Normal View History

2006-02-23 16:26:10 +01:00
# Description: A tool for automatically generating Makefiles
# URL: http://www.gnu.org/software/automake/
# Maintainer: CRUX System Team, core-ports at crux dot nu
2006-02-23 16:26:10 +01:00
# Depends on: gawk, perl, autoconf
name=automake
2015-01-09 19:03:06 +01:00
version=1.15
release=2
source=(http://ftpmirror.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr
2006-02-23 16:26:10 +01:00
make
2006-11-19 13:37:04 +01:00
make DESTDIR=$PKG install
rm -r $PKG/usr/share/{info,doc}
rm $PKG/usr/share/automake-*/texinfo.tex
2006-02-23 16:26:10 +01:00
}