]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - automake/automake.nm
automake: Update to 1.11.2.
[people/stevee/ipfire-3.x.git] / automake / automake.nm
CommitLineData
166a6c21 1###############################################################################
802ea3af
MT
2# IPFire.org - An Open Source Firewall Solution #
3# Copyright (C) - IPFire Development Team <info@ipfire.org> #
166a6c21
MT
4###############################################################################
5
802ea3af 6name = automake
78c574e7
SS
7version = 1.11.2
8release = 1
802ea3af 9arch = noarch
166a6c21 10
802ea3af
MT
11groups = Development/Tools
12url = http://www.gnu.org/software/automake/
13license = GPLv2+
14summary = A GNU tool for automatically configuring source code.
166a6c21 15
802ea3af 16description
78c574e7 17 Automake is a tool for automatically generating Makefile.in
166a6c21 18 files compliant with the GNU Coding Standards.
802ea3af
MT
19end
20
21source_dl = http://ftp.gnu.org/gnu/automake/
22sources = %{thisapp}.tar.bz2
23
24build
25 requires
26 autoconf
27 perl
28 end
29end
166a6c21 30
802ea3af
MT
31packages
32 package %{name}
33 requires = autoconf
82f338a1
MT
34
35 filter_requires
36 perl>=[0-9]\:.*
37 end
802ea3af
MT
38 end
39end