tools: extra: Allow building with busybox
Busybox implementation of sha512sum does not come with --version and --check command line options, hence building extra fails. These patches solve this problem by using "command -v" to check a command's existence and by using -c instead of --check to get check sums against a file.