]> git.ipfire.org Git - people/pmueller/ipfire-3.x.git/blob - automake/automake.nm
Change how we make packages "noarch"
[people/pmueller/ipfire-3.x.git] / automake / automake.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = automake
7 version = 1.16.5
8 release = 1
9
10 groups = Development/Tools
11 url = htts://www.gnu.org/software/automake/
12 license = GPLv2+
13 summary = A GNU tool for automatically configuring source code.
14
15 description
16 Automake is a tool for automatically generating Makefile.in
17 files compliant with the GNU Coding Standards.
18 end
19
20 source_dl = https://ftp.gnu.org/gnu/automake/
21 sources = %{thisapp}.tar.xz
22
23 required_autoconf_version = 2.62
24
25 build
26 arches = noarch
27
28 requires
29 autoconf >= %{required_autoconf_version}
30 perl(threads)
31 perl(Thread::Queue)
32 end
33 end
34
35 packages
36 package %{name}
37 requires
38 autoconf >= %{required_autoconf_version}
39 perl(threads)
40 perl(Thread::Queue)
41 end
42 end
43 end