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 | |
| 8 | SRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.bz2" |
| 9 | |
| 10 | inherit autotools gettext pkgconfig texinfo |