]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blob - autoconf/autoconf.nm
kernel: Update to 3.13.2.
[people/ms/ipfire-3.x.git] / autoconf / autoconf.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = autoconf
7 version = 2.69
8 release = 1
9 arch = noarch
10
11 groups = Development/Tools
12 url = http://www.gnu.org/software/autoconf/
13 license = GPLv2+
14 summary = A GNU tool for automatically configuring source code.
15
16 description
17 GNU's Autoconf is a tool for configuring source code and Makefiles. \
18 Using Autoconf, programmers can create portable and configurable \
19 packages, since the person building the package is allowed to \
20 specify various configuration options.
21 end
22
23 source_dl = http://ftp.gnu.org/gnu/autoconf/
24 sources = %{thisapp}.tar.xz
25
26 build
27 requires
28 m4
29 perl
30 end
31 end
32
33 packages
34 package %{name}
35 requires = m4
36
37 filter_requires
38 perl>=[0-9]\:.*
39 end
40 end
41 end