]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - autoconf/autoconf.nm
spectre-meltdown-checker: Update to 0.46
[people/pmueller/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.71
8 release = 2
9
10 groups = Development/Tools
11 url = https://www.gnu.org/software/autoconf/
12 license = GPLv2+
13 summary = A GNU tool for automatically configuring source code.
14
15 description
16 GNU's Autoconf is a tool for configuring source code and Makefiles. \
17 Using Autoconf, programmers can create portable and configurable \
18 packages, since the person building the package is allowed to \
19 specify various configuration options.
20 end
21
22 source_dl = https://ftp.gnu.org/gnu/autoconf/
23 sources = %{thisapp}.tar.xz
24
25 build
26 arches = noarch
27
28 requires
29 m4
30 perl
31 perl(File::Compare)
32 perl(File::Copy)
33 perl(Data::Dumper)
34 end
35 end
36
37 packages
38 package %{name}
39 requires
40 m4
41
42 # Does not get autodetected correctly
43 perl(File::Compare)
44 end
45
46 filter_requires
47 perl>=[0-9]\:.*
48 end
49 end
50 end