. "$GRIMOIRE/FUNCTIONS"
           SPELL=minitube
if [[ "${MINITUBE_BRANCH}" == "scm" ]] ; then
          VERSION=$(get_scm_version)
           SOURCE=${SPELL}-git.tar.bz2
 SOURCE_DIRECTORY=$BUILD_DIRECTORY/${SPELL}-git
    SOURCE_URL[0]=git://gitorious.org/minitube/minitube.git
    SOURCE_IGNORE=volatile
   FORCE_DOWNLOAD=on
else
         VERSION=2.2
          SOURCE="${SPELL}-${VERSION}.tar.gz"
    XSOURCE_HASH="2a3d885e15917370e1602d7eef6bb8e1a9222f5d"
   SOURCE_URL[0]="https://gitorious.org/minitube/minitube/archive/${XSOURCE_HASH}.tar.gz"
     SOURCE_HASH=sha512:0ee6dd7c8c889c97845acc494c69a16521f90997594fb478265eaaee5101c3f39310eef492bebf3ef9020c91b8ef26f71897fa41039a571fbba6fd75786b2796
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${SPELL}"
fi
        WEB_SITE="http://flavio.tordini.org/minitube"
      LICENSE[0]=GPL
         ENTERED=20090617
           SHORT="a native YouTube client"
cat << EOF
Minitube is a native YouTube client. With it you can watch YouTube videos
in a new way: you type a keyword, Minitube gives you an endless video
stream. Minitube does not require the Flash Player.
EOF
