core/automake/Pkgfile

22 lines
517 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
2012-04-17 08:00:24 +02:00
version=1.11.5
2006-02-23 16:26:10 +01:00
release=1
2012-02-05 10:51:52 +01:00
source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
2006-02-23 16:26:10 +01:00
build () {
cd $name-$version
./configure --prefix=/usr --mandir=/usr/man
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
}