gen_die "Could not find gnupg source tarball: ${GPG_SRCTAR}. Please place it there, or place another version, changing /etc/genkernel.conf as necessary!"
cd"${TEMP}"
rm -rf "${GPG_DIR}"
tar -jxf "${GPG_SRCTAR}"
[ ! -d "${GPG_DIR}"]&&
gen_die "gnupg directory ${GPG_DIR} invalid"
cd"${GPG_DIR}"
print_info 1'gnupg: >> Configuring...'
# --enable-minimal works, but it doesn't reduce the command length much.
# Given its history and the precision this needs, explicit is cleaner.