]> git.ipfire.org Git - people/ms/ipfire-3.x.git/blame - make/make.nm
make: -debuginfo package should not be in Build group.
[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
2fe91a2f 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
25source_dl =
26sources = %{thisapp}.tar.bz2
166a6c21 27
802ea3af
MT
28build
29 configure_options += \
30 --mandir=/usr/share
34832a19 31
802ea3af
MT
32 test
33 sed -e "s/-w/& /" -i tests/scripts/features/recursion
34 make check
35 end
36end
e7a5bed3 37
802ea3af
MT
38packages
39 package %{name}
2fe91a2f
MT
40 groups += Build
41 end
1f9bc2f0
MT
42
43 package %{name}-debuginfo
44 template DEBUGINFO
45 end
802ea3af 46end