]> git.ipfire.org Git - people/stevee/ipfire-3.x.git/blame - make/make.nm
perl-HTML-Parser: Fix library permissions
[people/stevee/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
84230c38
MT
7version = 4.4
8release = 1
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
84230c38 25source_dl = https://ftp.gnu.org/gnu/make/
166a6c21 26
802ea3af 27build
5d1e95eb 28 requires
5d1e95eb
MT
29 gettext-devel
30 end
31
802ea3af 32 test
84230c38 33 make check || :
802ea3af
MT
34 end
35end
e7a5bed3 36
802ea3af
MT
37packages
38 package %{name}
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end