Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 1 | SUMMARY = "GNU tool that controls the build process" |
| 2 | DESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \ |
| 3 | program from the program's source files. Make gets its knowledge of how to build your program from a file \ |
| 4 | called the makefile, which lists each of the non-source files and how to compute it from other files." |
| 5 | HOMEPAGE = "http://www.gnu.org/software/make/" |
| 6 | SECTION = "devel" |
| 7 | |
Andrew Geissler | 82c905d | 2020-04-13 13:39:40 -0500 | [diff] [blame] | 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.gz \ |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 9 | " |
Patrick Williams | c124f4f | 2015-09-15 14:41:29 -0500 | [diff] [blame] | 10 | |
| 11 | inherit autotools gettext pkgconfig texinfo |
Patrick Williams | d8c66bc | 2016-06-20 12:57:21 -0500 | [diff] [blame] | 12 | |
| 13 | PROVIDES = "virtual/make" |