]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blobdiff - automake/automake.nm
dosfstools: Update to 3.0.26.
[people/ms/ipfire-3.x.git] / automake / automake.nm
index 05812d981708fe0c399aca975d88b72cc28d6f11..59bf3b0aab8bae1430a519a485c4d143aededa23 100644 (file)
@@ -4,8 +4,8 @@
 ###############################################################################
 
 name       = automake
-version    = 1.11.1
-release    = 2
+version    = 1.13.2
+release    = 1
 arch       = noarch
 
 groups     = Development/Tools
@@ -14,26 +14,24 @@ license    = GPLv2+
 summary    = A GNU tool for automatically configuring source code.
 
 description
-       Automake is a tool for automatically generating Makefile.in \
+       Automake is a tool for automatically generating Makefile.in
        files compliant with the GNU Coding Standards.
 end
 
 source_dl  = http://ftp.gnu.org/gnu/automake/
-sources    = %{thisapp}.tar.bz2
+sources    = %{thisapp}.tar.xz
+
+required_autoconf_version = 2.62
 
 build
        requires
-               autoconf
+               autoconf >= %{required_autoconf_version}
                perl
        end
 end
 
 packages
        package %{name}
-               requires = autoconf
-
-               filter_requires
-                       perl>=[0-9]\:.*
-               end
+               requires = autoconf >= %{required_autoconf_version}
        end
 end