           SPELL=sparse
         VERSION=0.6.4
          SOURCE=$SPELL-$VERSION.tar.xz
	BASE_URL=http://kernel.org/pub/software/devel/$SPELL/dist
# Watch: https://kernel.org/pub/software/devel/sparse/dist/
   SOURCE_URL[0]=$BASE_URL/$SOURCE
     SOURCE_HASH=sha512:4ada31e588469d15862579dd7eb926ce1ad717bf96d38d425b9153f2efe73949fdda5bc59d05d926614a08d70e656e4ff531a5f0a1cf8e7725c596dcdba169f9
SOURCE_DIRECTORY="$BUILD_DIRECTORY/$SPELL-$VERSION"
      LICENSE[0]=http://www.opensource.org/licenses/osl.php
        WEB_SITE=http://www.kernel.org/pub/software/devel/sparse/
         KEYWORS="devel"
         ENTERED=20080520
           SHORT="A semantic parser of ANSI C/GCC source files"
cat << EOF
Sparse, the semantic parser, provides a compiler frontend capable of
parsing most of ANSI C as well as many GCC extensions, and a collection
of sample compiler backends, including a static analyzer also called
"sparse". Sparse provides a set of annotations designed to convey
semantic information about types, such as what address space pointers
point to, or what locks a function acquires or releases.
EOF
