           SPELL=sip
if [ ${SIP_SNAP}x = yx  ];then
         VERSION=snapshot-20070625
     SOURCE_HASH=sha512:a291468f1e2b81cd5b4e37db18eae7cd224219bcea0d2d4e9525f843cbc3b422d8c5ca14ea8f1f88f2fd99518912e68394243d6c0f66bdc86f94b1e484077968
       URI=Snapshots/sip4
else
         VERSION=4.6
     SOURCE_HASH=sha512:d68110a1e8c7cb1ecbd5f14d60b5ff9c463c5abe72271bcf381dbde481081cb9ac55c199f665738f4ed35d8956f9909e30539d93b431fbf90750e722de15cd2c
       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
