]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - automake/automake.nm
Merge remote-tracking branch 'stevee/pcre'
[people/ms/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 = 1
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
30 end
31 end
32
33 packages
34 package %{name}
35 requires = autoconf >= %{required_autoconf_version}
36 end
37 end