]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - automake/automake.nm
automake: Update to 1.15
[people/amarx/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
1502d457
SS
7version = 1.15
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/
61137b1d 22sources = %{thisapp}.tar.xz
802ea3af 23
c1e7ce52
MT
24required_autoconf_version = 2.62
25
802ea3af
MT
26build
27 requires
c1e7ce52 28 autoconf >= %{required_autoconf_version}
b0ea9322
SS
29 perl(threads)
30 perl(Thread::Queue)
802ea3af
MT
31 end
32end
166a6c21 33
802ea3af
MT
34packages
35 package %{name}
b0ea9322
SS
36 requires
37 autoconf >= %{required_autoconf_version}
38 perl(threads)
39 perl(Thread::Queue)
40 end
802ea3af
MT
41 end
42end