===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
lua-scrypt-1.1/Makefile-38-  $(info lua-scrypt: Lua 5.1 package name on this system is $(LUA51_PKG))
lua-scrypt-1.1/Makefile:39:  LUA51_HAS_MODINST := $(shell test x`pkg-config --variable INSTALL_LMOD $(LUA51_PKG)` != x && echo YES)
lua-scrypt-1.1/Makefile-40-  LUA51_INC := $(shell pkg-config --cflags $(LUA51_PKG))
##############################################
lua-scrypt-1.1/Makefile-75-  $(info lua-scrypt: Lua 5.2 package name on this system is $(LUA52_PKG))
lua-scrypt-1.1/Makefile:76:  LUA52_HAS_MODINST := $(shell test x`pkg-config --variable INSTALL_LMOD $(LUA52_PKG)` != x && echo YES)
lua-scrypt-1.1/Makefile-77-  LUA52_INC := $(shell pkg-config --cflags $(LUA52_PKG))