           SPELL=boostpythongenerator
        WEB_SITE=http://www.pyside.org/
#http://qt.gitorious.org/pyside
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.3.2
     SOURCE_HASH=sha512:a2219a07b36e0fc6ff1070cb76677a9f928cbd574af50b02694c334edc0e153faaf82d927ff5d6d1eb6fb51e34641ed21d347b9ed6d97b7930ac43f52ea840e1
          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="python libs"
           SHORT="Python bindings generator"
cat << EOF
Python binding generator based on Boost.Python
EOF
