           SPELL=radare
         VERSION=0.9.3
          SOURCE="${SPELL}-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://${SPELL}.nopcode.org/get/${SOURCE}
     SOURCE_HASH=sha512:4068bb25826b86a19da22f5bff1f5bde9715c9d3e6b04f539ce4c5d93b6df79982431064da7d5bbd9c00112ad327f79fd60b6ecb44efd14c639ddd6ebaf35ce1:UPSTREAM_HASH
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE="http://radare.nopcode.org/ "
      LICENSE[0]=GPL
         ENTERED=20080314
           SHORT="A *nix-like toolchaing for reverse engineering and binary file manipulation."
cat << EOF
radare is a toolchain that aims to create a complete set of utilities
for handling binary files from the command line. It's mainly a hexadecimal
editor for the command line but with advanced features. There are extensions
for debugging processes on x86-32 and ARM, libusb and fd sniffers, binary
diffing utilities, base format conversions, generating graphs of a program,
a cross-platform disassembler as an objdump frontend, and more.
EOF
