]> git.ipfire.org Git - ipfire-3.x.git/blame - make/make.nm
make: Fix SEGV with glibc >= 2.26
[ipfire-3.x.git] / make / make.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 = make
0c9ce6ca 7version = 4.2.1
5d1e95eb 8release = 2
802ea3af
MT
9
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
2fe91a2f 11groups = Development/Tools
802ea3af
MT
12url = http://www.gnu.org/software/make/
13license = GPLv2+
14summary = A GNU tool which simplifies the build process for users.
15
16description
17 A GNU tool for controlling the generation of executables and other
18 non-source files of a program from the program's source files. Make
19 allows users to build and install packages without any significant
20 knowledge about the details of the build process. The details about
21 how the program should be built are provided for make in the program's
166a6c21 22 makefile.
802ea3af
MT
23end
24
e6aa4d74 25source_dl = http://ftp.gnu.org/gnu/make/
166a6c21 26
802ea3af 27build
5d1e95eb
MT
28 requires
29 autoconf
30 automake
31 gettext-devel
32 end
33
34 prepare_cmds
35 autoreconf -vfi
36 end
37
802ea3af 38 test
1d077e90 39 make check
802ea3af
MT
40 end
41end
e7a5bed3 42
802ea3af
MT
43packages
44 package %{name}
2fe91a2f
MT
45 groups += Build
46 end
1f9bc2f0
MT
47
48 package %{name}-debuginfo
49 template DEBUGINFO
50 end
802ea3af 51end