]> git.ipfire.org Git - ipfire-3.x.git/blame - automake/automake.nm
Change how we make packages "noarch"
[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
64a8a164 7version = 1.16.5
1502d457 8release = 1
166a6c21 9
802ea3af 10groups = Development/Tools
64a8a164 11url = htts://www.gnu.org/software/automake/
802ea3af
MT
12license = GPLv2+
13summary = A GNU tool for automatically configuring source code.
166a6c21 14
802ea3af 15description
78c574e7 16 Automake is a tool for automatically generating Makefile.in
166a6c21 17 files compliant with the GNU Coding Standards.
802ea3af
MT
18end
19
64a8a164 20source_dl = https://ftp.gnu.org/gnu/automake/
61137b1d 21sources = %{thisapp}.tar.xz
802ea3af 22
c1e7ce52
MT
23required_autoconf_version = 2.62
24
802ea3af 25build
5cd803df
MT
26 arches = noarch
27
802ea3af 28 requires
c1e7ce52 29 autoconf >= %{required_autoconf_version}
b0ea9322
SS
30 perl(threads)
31 perl(Thread::Queue)
802ea3af
MT
32 end
33end
166a6c21 34
802ea3af
MT
35packages
36 package %{name}
b0ea9322
SS
37 requires
38 autoconf >= %{required_autoconf_version}
39 perl(threads)
40 perl(Thread::Queue)
41 end
802ea3af
MT
42 end
43end