]> git.ipfire.org Git - people/amarx/ipfire-3.x.git/blob - make/make.nm
da9192a435dacb2b73b7448d91d468d7051b45eb
[people/amarx/ipfire-3.x.git] / make / make.nm
1 ###############################################################################
2 # IPFire.org - An Open Source Firewall Solution #
3 # Copyright (C) - IPFire Development Team <info@ipfire.org> #
4 ###############################################################################
5
6 name = make
7 version = 3.81
8 release = 1
9
10 maintainer = Michael Tremer <michael.tremer@ipfire.org>
11 groups = Build Development/Tools
12 url = http://www.gnu.org/software/make/
13 license = GPLv2+
14 summary = A GNU tool which simplifies the build process for users.
15
16 description
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
22 makefile.
23 end
24
25 source_dl =
26 sources = %{thisapp}.tar.bz2
27
28 build
29 configure_options += \
30 --mandir=/usr/share
31
32 test
33 sed -e "s/-w/& /" -i tests/scripts/features/recursion
34 make check
35 end
36 end
37
38 packages
39 package %{name}
40 end