           SPELL=apiextractor
        WEB_SITE=http://www.pyside.org/
if [[ $PYSIDE == git ]];then
         VERSION=git
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=git://gitorious.org/pyside/$SPELL.git:$SPELL-git
  FORCE_DOWNLOAD=on
   SOURCE_IGNORE=volatile
else
         VERSION=0.8.0
     SOURCE_HASH=sha512:dfb189341083613b01fb5abc2b4983188979a4557a9e5b7e5cc2ff738d20f9a08409a2287d5387ab1d0a9ad80578bbdca81c8432375cd79f7f0ef708a94efa42
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         ENTERED=20080921
      LICENSE[0]=LGPL
        KEYWORDS="libs"
           SHORT="extract API information for a library"
cat << EOF
API Extractor collects information about libraries from its header files and merges it with user 
written files (typesystem) describing how the library should be exposed as a binding on the target 
language.
EOF
