           SPELL=npapi-sdk
  if  [[ "$NSAPISDK_AUTOUPDATE"  ==  "y"  ]];  then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE=$SPELL-git.tar.bz2
   SOURCE_URL[0]=git://github.com/mgorny/npapi-sdk.git:$SPELL-git
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD="on"
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-git
      LICENSE[0]=BSD
        WEB_SITE=https://code.google.com/p/npapi-sdk/
        KEYWORDS="http plugin"
         ENTERED=20111118
           SHORT="reference NPAPI headers"
cat << EOF
Set of reference NPAPI headers which all browser and plugin projects can use. 
Additionally it will contain utility code and sample code to make life easier 
for NPAPI developers.
EOF
