]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - make/make.nm
Merge remote-tracking branch 'stevee/ppp-update'
[people/ms/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
MT
6name = make
7version = 3.81
df0b7811 8release = 3
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
25source_dl =
26sources = %{thisapp}.tar.bz2
166a6c21 27
802ea3af 28build
802ea3af
MT
29 test
30 sed -e "s/-w/& /" -i tests/scripts/features/recursion
31 make check
32 end
33end
e7a5bed3 34
802ea3af
MT
35packages
36 package %{name}
2fe91a2f
MT
37 groups += Build
38 end
1f9bc2f0
MT
39
40 package %{name}-debuginfo
41 template DEBUGINFO
42 end
802ea3af 43end