############################################################################### # IPFire.org - An Open Source Firewall Solution # # Copyright (C) - IPFire Development Team # ############################################################################### name = make version = 3.81 release = 3 maintainer = Michael Tremer groups = Development/Tools url = http://www.gnu.org/software/make/ license = GPLv2+ summary = A GNU tool which simplifies the build process for users. description A GNU tool for controlling the generation of executables and other non-source files of a program from the program's source files. Make allows users to build and install packages without any significant knowledge about the details of the build process. The details about how the program should be built are provided for make in the program's makefile. end source_dl = sources = %{thisapp}.tar.bz2 build test sed -e "s/-w/& /" -i tests/scripts/features/recursion make check end end packages package %{name} groups += Build end package %{name}-debuginfo template DEBUGINFO end end