]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - automake/automake.nm
ppp: Re-add ifname patch
[people/ms/ipfire-3.x.git] / automake / automake.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 = automake
bb9a691d 7version = 1.13.2
78c574e7 8release = 1
802ea3af 9arch = noarch
166a6c21 10
802ea3af
MT
11groups = Development/Tools
12url = http://www.gnu.org/software/automake/
13license = GPLv2+
14summary = A GNU tool for automatically configuring source code.
166a6c21 15
802ea3af 16description
78c574e7 17 Automake is a tool for automatically generating Makefile.in
166a6c21 18 files compliant with the GNU Coding Standards.
802ea3af
MT
19end
20
21source_dl = http://ftp.gnu.org/gnu/automake/
61137b1d 22sources = %{thisapp}.tar.xz
802ea3af 23
c1e7ce52
MT
24required_autoconf_version = 2.62
25
802ea3af
MT
26build
27 requires
c1e7ce52 28 autoconf >= %{required_autoconf_version}
802ea3af
MT
29 perl
30 end
31end
166a6c21 32
802ea3af
MT
33packages
34 package %{name}
c1e7ce52 35 requires = autoconf >= %{required_autoconf_version}
802ea3af
MT
36 end
37end