]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - autoconf/autoconf.nm
glibc: Disable multilib support on X86_64
[people/stevee/ipfire-3.x.git] / autoconf / autoconf.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 = autoconf
f960e872 7version = 2.71
cbf71b69 8release = 2
802ea3af 9arch = noarch
166a6c21 10
802ea3af 11groups = Development/Tools
f960e872 12url = https://www.gnu.org/software/autoconf/
802ea3af
MT
13license = GPLv2+
14summary = A GNU tool for automatically configuring source code.
166a6c21 15
802ea3af 16description
166a6c21
MT
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.
802ea3af
MT
21end
22
f960e872 23source_dl = https://ftp.gnu.org/gnu/autoconf/
802ea3af
MT
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 m4
29 perl
cbf71b69
SS
30 perl(File::Compare)
31 perl(File::Copy)
5ef1ee8e 32 perl(Data::Dumper)
802ea3af
MT
33 end
34end
166a6c21 35
802ea3af
MT
36packages
37 package %{name}
cbf71b69
SS
38 requires
39 m4
40
41 # Does not get autodetected correctly
42 perl(File::Compare)
43 end
6c7eb715
MT
44
45 filter_requires
46 perl>=[0-9]\:.*
47 end
802ea3af
MT
48 end
49end