2008-10-06 19:11:03 +00:00
|
|
|
# Template build file for 'automake'.
|
|
|
|
pkgname=automake
|
2009-10-18 21:09:52 +00:00
|
|
|
version=1.10.2
|
2008-10-28 22:57:52 +00:00
|
|
|
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.bz2"
|
2008-10-06 19:11:03 +00:00
|
|
|
build_style=gnu_configure
|
|
|
|
short_desc="GNU Standards-compliant Makefile generator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2009-10-18 21:09:52 +00:00
|
|
|
checksum=c38ac9fe53d9492b0a0a02a8e691cd2c96d7f4cc13aedeedc6d08613b77e640f
|
2008-10-06 19:11:03 +00:00
|
|
|
long_desc="
|
|
|
|
Automake is an experimental Makefile generator. It was inspired by
|
|
|
|
the 4.4BSD make and include files, but aims to be portable and to
|
|
|
|
conform to the GNU standards for Makefile variables and targets.
|
|
|
|
|
|
|
|
Automake assumes the project uses autoconf. If you want automatic
|
|
|
|
dependency tracking support, the use of GNU make is also required."
|
2009-05-13 14:12:20 +00:00
|
|
|
|
2009-10-18 21:09:52 +00:00
|
|
|
noarch=yes
|
2009-11-07 04:01:00 +00:00
|
|
|
Add_dependency full autoconf ">=2.60"
|
2009-05-13 14:18:12 +00:00
|
|
|
Add_dependency full libtool
|
2009-10-30 21:14:09 +00:00
|
|
|
Add_dependency build texinfo
|