           SPELL=choqok
if [ "$CHOQOK_SCM" = y ]; then
  if [ "$CHOQOK_AUTOUPDATE" = y ]; then
         VERSION=$(date +%Y%m%d)
  else
         VERSION=git
  fi
          SOURCE="${SPELL}-git.tar.bz2"
      SOURCE_URL=git://git.kde.org/choqok
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-git"
else
         VERSION=0.9.98
          SOURCE="${SPELL}_${VERSION}.tar.bz2"
   SOURCE_URL[0]=http://${SPELL}.gnufolks.org/pkgs/${SOURCE}
     SOURCE_HASH=sha512:cdf1d6fc00f729cedf9817724ef5fee857d71ef140bcb4a7169cfb4d5ce49afd992750a4aac8069b8d293a36eb3a738ad5b99dc036f3bb8e3b353daa432fd70b
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/${SPELL}-${VERSION}"
fi
        WEB_SITE="http://choqok.gnufolks.org"
      LICENSE[0]=GPL
         ENTERED=20110111
           SHORT="micro-blogging client for KDE"
cat << EOF
Features support for:

 * Twitter, identi.ca and self-hosted StatusNet micro-blogging service.
 * Open Collaboration Services API (Used by opendesktop.org).  * Friends,
 @Reply, Favorite and Public time-lines.  * Direct messages.  * Multiple
 Accounts simultaneously.  * Search APIs for Twitter and StatusNet services.
 * Twitter lists.  * URL shortening services.  * Image and video preview from
 various services.  * Official Repeat/ReTweet functions.  * Photo uploading
 to various services.

Other features:

 * KWallet integration.  * Ability to make a quick tweet/dent with global
 shortcuts. (Ctrl+Meta+T) * Ability to notify user about new statuses arriving.
 * Status list apperance customization.  * Filtering.  * Setting your last
 post as current status message in IM clients (Kopete, Pidgin, Psi, Skype).
 * Send Now Listening text. (Amarok, Exaile, Banshee, Rhythmbox, VLC, etc.)
 * UnTiny short Urls.  * Proxy support.
EOF
