]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - automake/automake.nm
128ba2c59f723429c1fab54082d8b52390dc4373
[people/amarx/ipfire-3.x.git] / automake / automake.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = automake
7 version = 1.13.2
8 release = 2
9 arch = noarch
10
11 groups = Development/Tools
12 url = http://www.gnu.org/software/automake/
13 license = GPLv2+
14 summary = A GNU tool for automatically configuring source code.
15
16 description
17 Automake is a tool for automatically generating Makefile.in
18 files compliant with the GNU Coding Standards.
19 end
20
21 source_dl = http://ftp.gnu.org/gnu/automake/
22 sources = %{thisapp}.tar.xz
23
24 required_autoconf_version = 2.62
25
26 build
27 requires
28 autoconf >= %{required_autoconf_version}
29 perl(threads)
30 perl(Thread::Queue)
31 end
32 end
33
34 packages
35 package %{name}
36 requires
37 autoconf >= %{required_autoconf_version}
38 perl(threads)
39 perl(Thread::Queue)
40 end
41 end
42 end