2008-10-06 19:11:03 +00:00
|
|
|
# Template build file for 'automake'.
|
|
|
|
pkgname=automake
|
2012-08-17 03:49:11 +00:00
|
|
|
version=1.12.3
|
2012-07-11 10:25:51 +00:00
|
|
|
revision=1
|
|
|
|
noarch=yes
|
2011-10-24 12:14:47 +00:00
|
|
|
build_style=gnu-configure
|
2012-05-23 16:26:56 +00:00
|
|
|
fulldepends="autoconf>=2.60 libtool>=2.4.2_3"
|
2008-10-06 19:11:03 +00:00
|
|
|
short_desc="GNU Standards-compliant Makefile generator"
|
|
|
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
2012-02-29 08:59:47 +00:00
|
|
|
license="GPL-2"
|
2012-07-11 10:25:51 +00:00
|
|
|
homepage="http://www.gnu.org/software/automake"
|
|
|
|
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
|
2012-08-17 03:49:11 +00:00
|
|
|
checksum=c4207b057b97ab771be61b73b8f848c31fb9f0c3bb204a7f1aca5bbeff41eb5a
|
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."
|