           SPELL=tla
         VERSION=1.3.5
          SOURCE=$SPELL-$VERSION.tar.gz
         SOURCE2=$SOURCE.sig
  SOURCE2_IGNORE=signature
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=$GNU_URL/gnu-arch/$SOURCE
  SOURCE2_URL[0]=$GNU_URL/gnu-arch/$SOURCE2
      SOURCE_GPG="gnu.gpg:${SOURCE2}"
    DISTCC_HOSTS=
      LICENSE[0]=GPL
        WEB_SITE=http://www.gnuarch.org
         ENTERED=20030617
          CCACHE=
        KEYWORDS="devel"
           SHORT="C implementation of the Arch revision control system"
cat << EOF
Arch is a really nifty revision control system. It's "whole-tree changeset
based" which means, roughly, that it can handle file and directory adds,
deletes, and renames cleanly, and that it does branching simply and easily.
Arch is also "distributed" which means, for example that you can make arch
branches of your own from remote projects, even if you don't have write access
to the revision control archives for those projects.

tla is a C implementation of Arch.
EOF
