           SPELL=pyside-tools
        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.2.0
     SOURCE_HASH=sha512:273c3b770cf94cbff502e7734b5b32ad6cc21dec3704dbfb49a50830e133da94b5c46926a8f7a0b1ab2e90554e25feea06b02da2647735101d876f03bccce133
          SOURCE=$SPELL-$VERSION.tar.bz2
   SOURCE_URL[0]=$WEB_SITE/files/$SOURCE
fi
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
         ENTERED=20090906
      LICENSE[0]=LGPL
        KEYWORDS="qt4 python"
           SHORT="PySide development tools"
cat << EOF
PySide development tools (pyuic and pyrcc)
EOF
