]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - autoconf/autoconf.nm
kernel: Update to 3.13.2.
[people/ms/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
AF
7version = 2.69
8release = 1
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
30 end
31end
166a6c21 32
802ea3af
MT
33packages
34 package %{name}
35 requires = m4
6c7eb715
MT
36
37 filter_requires
38 perl>=[0-9]\:.*
39 end
802ea3af
MT
40 end
41end