From 45349216a2881a9037137235b7567e7587064f24 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sat, 2 Jun 2012 08:57:23 +0200 Subject: [PATCH] automake: update to 1.12.1. --- srcpkgs/automake/template | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/srcpkgs/automake/template b/srcpkgs/automake/template index 209ef3cdf90..032ebb312b8 100644 --- a/srcpkgs/automake/template +++ b/srcpkgs/automake/template @@ -1,14 +1,15 @@ # Template build file for 'automake'. pkgname=automake -version=1.12 +version=1.12.1 homepage="http://www.gnu.org/software/automake" distfiles="http://ftp.gnu.org/gnu/automake/$pkgname-$version.tar.xz" build_style=gnu-configure fulldepends="autoconf>=2.60 libtool>=2.4.2_3" +noarch=yes short_desc="GNU Standards-compliant Makefile generator" maintainer="Juan RP " license="GPL-2" -checksum=4f920cad2dc59f1be296b7d7584e3828a36154d16191f3cad60a73e6e9bcf879 +checksum=32750869b24ac2a25765215fdf75c349aabf9465e436de2351602e1aca5c173f 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 @@ -16,5 +17,3 @@ long_desc=" Automake assumes the project uses autoconf. If you want automatic dependency tracking support, the use of GNU make is also required." - -noarch=yes