           SPELL=systemtap
         VERSION=4.7
          SOURCE=${SPELL}-${VERSION}.tar.gz
         SOURCE2=${SOURCE}.sig
   SOURCE_URL[0]=https://sourceware.org/${SPELL}/ftp/releases/${SOURCE}
  SOURCE2_URL[0]=${SOURCE_URL[0]}.sig
      SOURCE_GPG=eigler.gpg:${SOURCE2}:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
        WEB_SITE=https://sourceware.org/systemtap/
      LICENSE[0]=GPL
         ENTERED=20160329
           SHORT="Linux trace/probe tool"
cat << EOF
Systemtap is a tool that allows developers and administrators to write and reuse
simple scripts to deeply examine the activities of a live Linux system. Data may
be extracted, filtered, and summarized quickly and safely, to enable diagnoses
of complex performance or functional problems.
EOF
