]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blame - make/make.nm
Add a -debuginfo for every package that is not noarch.
[people/amarx/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
8release = 1
9
10maintainer = Michael Tremer <michael.tremer@ipfire.org>
11groups = Build Development/Tools
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}
1f9bc2f0
MT
40
41 package %{name}-debuginfo
42 template DEBUGINFO
43 end
802ea3af 44end