           SPELL=9mount
if [ "x$HG" != "xy" ]; then
         VERSION=1.3
          SOURCE=${SPELL}-${VERSION}.tar.gz
      SOURCE_URL=http://www.sqweek.net/9p/${SOURCE}
     SOURCE_HASH=sha512:cec73b6039f93e7abcdae4854c4e805d4237641064c19746f49fee0e66951bf53015ec26221653a7b87dd018ab0c82c95c6ea8f1b88fa8117c818cf5b1960ee5
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}-${VERSION}
else
         VERSION=hg
          SOURCE=${SPELL}-${VERSION}.tar.bz2
      SOURCE_URL=http://sqweek.dnsdojo.org/hg/${SPELL}
   SOURCE_IGNORE=volatile
  FORCE_DOWNLOAD=on
SOURCE_DIRECTORY=${BUILD_DIRECTORY}/${SPELL}
fi
        WEB_SITE=http://sqweek.dnsdojo.org/code/9mount/
         ENTERED=20080727
      LICENSE[0]="ISC"
           SHORT="9mount, 9bind, 9umount - mount/unmount 9p filesystems"
cat << EOF
9mount is a set of SUID mounting tools for use with v9fs to help cope with
linux's poor mount support (I have to be root? Hostnames are only resolved
for nfs?). It also gives dial string support and defaults to 9p2000.

The tools offer a level of security - 9mount will only let you mount over
non-sticky directories you have write access to (no mounting over /tmp),
and 9umount won't let you unmount partitions mounted by someone else,
unless the mount point happens to be in your home directory.
EOF
