2008-10-06 21:11:03 +02:00
|
|
|
# Template build file for 'automake'.
|
|
|
|
pkgname=automake
|
2012-04-04 11:25:08 +02:00
|
|
|
version=1.11.4
|
2012-02-29 09:59:47 +01:00
|
|
|
homepage="http://www.gnu.org/software/automake"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
|
2011-10-24 14:14:47 +02:00
|
|
|
build_style=gnu-configure
|
2008-10-06 21:11:03 +02:00
|
|
|
short_desc="GNU Standards-compliant Makefile generator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-29 09:59:47 +01:00
|
|
|
license="GPL-2"
|
2012-04-04 11:25:08 +02:00
|
|
|
checksum=e52a03516b545ccaf5d7baa0a2991e2a32c8ba7cf20584a184d406f2fb8b6960
|
2008-10-06 21:11:03 +02: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 16:12:20 +02:00
|
|
|
|
2009-10-18 23:09:52 +02:00
|
|
|
noarch=yes
|
2009-11-07 05:01:00 +01:00
|
|
|
Add_dependency full autoconf ">=2.60"
|
2012-03-01 09:52:27 +01:00
|
|
|
Add_dependency full libtool ">=2.4.2_3"
|