           SPELL=sip
if [ ${SIP_SNAP}x = yx  ];then
         VERSION=snapshot-20070714
     SOURCE_HASH=sha512:9553b48af080241573ff20571602368bfdfe7f2d7c6184b8bc3fa6722db6daccf3a87e4b0f073c7d02d87406ae5e03daa2b7d1af9016dfbbf2b25c293b1622ae
       URI=Snapshots/sip4
else
         VERSION=4.7.4
     SOURCE_HASH=sha512:896776c6ba0f0470098ba703b9ce028e8ca5043987fc43f87414ed16a5b8374ae3a9cdd3c8f5480b64197c5037ed216af151ebda49eaaf79381acbe531c084e4
       URI=sip4
fi
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://www.riverbankcomputing.com/Downloads/$URI/$SOURCE
#      SOURCE_GPG="gurus.gpg:$SOURCE.sig"
      LICENSE[0]=GPL
        WEB_SITE=http://www.riverbankcomputing.co.uk/$SPELL/index.php
         ENTERED=20020721
        KEYWORDS="python libs"
           SHORT="SIP is a Python module used to create Python bindings."
cat << EOF
From the website:
SIP is a tool that makes it very easy to create Python bindings for C++
libraries. It was originally developed to create PyQt, the Python 
bindings for the Qt toolkit, but can be used to create bindings for any 
C++ library. 
EOF
