]> git.ipfire.org Git - ipfire-3.x.git/blame - autoconf/autoconf.nm
wpa_supplicant: Allow systemd to reload the daemon
[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
df4a9606 7version = 2.69
5ef1ee8e 8release = 2
802ea3af 9arch = noarch
166a6c21 10
802ea3af
MT
11groups = Development/Tools
12url = http://www.gnu.org/software/autoconf/
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
23source_dl = http://ftp.gnu.org/gnu/autoconf/
24sources = %{thisapp}.tar.xz
25
26build
27 requires
28 m4
29 perl
5ef1ee8e 30 perl(Data::Dumper)
802ea3af
MT
31 end
32end
166a6c21 33
802ea3af
MT
34packages
35 package %{name}
36 requires = m4
6c7eb715
MT
37
38 filter_requires
39 perl>=[0-9]\:.*
40 end
802ea3af
MT
41 end
42end