1*4882a593SmuzhiyunSUMMARY = "GNU tool that controls the build process" 2*4882a593SmuzhiyunDESCRIPTION = "Make is a tool which controls the generation of executables and other non-source files of a \ 3*4882a593Smuzhiyunprogram from the program's source files. Make gets its knowledge of how to build your program from a file \ 4*4882a593Smuzhiyuncalled the makefile, which lists each of the non-source files and how to compute it from other files." 5*4882a593SmuzhiyunHOMEPAGE = "http://www.gnu.org/software/make/" 6*4882a593SmuzhiyunSECTION = "devel" 7*4882a593Smuzhiyun 8*4882a593SmuzhiyunSRC_URI = "${GNU_MIRROR}/make/make-${PV}.tar.gz \ 9*4882a593Smuzhiyun " 10*4882a593Smuzhiyun 11*4882a593Smuzhiyuninherit autotools gettext pkgconfig texinfo 12*4882a593Smuzhiyun 13*4882a593SmuzhiyunPROVIDES = "virtual/make" 14