automake: update to 1.12.1.

This commit is contained in:
Juan RP 2012-06-02 08:57:23 +02:00
parent 0db2f063e7
commit 45349216a2

View file

@ -1,14 +1,15 @@
# Template build file for 'automake'. # Template build file for 'automake'.
pkgname=automake pkgname=automake
version=1.12 version=1.12.1
homepage="http://www.gnu.org/software/automake" homepage="http://www.gnu.org/software/automake"
distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz" distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz"
build_style=gnu-configure build_style=gnu-configure
fulldepends="autoconf>=2.60 libtool>=2.4.2_3" fulldepends="autoconf>=2.60 libtool>=2.4.2_3"
noarch=yes
short_desc="GNU Standards-compliant Makefile generator" short_desc="GNU Standards-compliant Makefile generator"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
license="GPL-2" license="GPL-2"
checksum=4f920cad2dc59f1be296b7d7584e3828a36154d16191f3cad60a73e6e9bcf879 checksum=32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f
long_desc=" long_desc="
Automake is an experimental Makefile generator. It was inspired by Automake is an experimental Makefile generator. It was inspired by
the 4.4BSD make and include files, but aims to be portable and to the 4.4BSD make and include files, but aims to be portable and to
@ -16,5 +17,3 @@ long_desc="
Automake assumes the project uses autoconf. If you want automatic Automake assumes the project uses autoconf. If you want automatic
dependency tracking support, the use of GNU make is also required." dependency tracking support, the use of GNU make is also required."
noarch=yes