           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.9.0
     SOURCE_HASH=sha512:ec7adc34978548d507f9a46634ca7341348a88057800b244f2ecf06a62411eb5421cc98d3a44648beedda0a47fbac388aa955661f636cdec0eacc12bf4bb7daf
          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
