           SPELL=unionfs

if [[ "$UNIONFS_SNAPSHOT" == "y" ]]
then
         VERSION=20060703-1136
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:029276e8c06632a9dd5af394bd70a0ecaacd7d08e5bb44b77eeace3256e6501c0d6116d9d6a0290826d2b815b2b8a4ef05466eb2d84355b94038a4d33ccf3d79
   SOURCE_URL[0]=ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/snapshots/$SOURCE
else
         VERSION=1.3
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:5eae1924d9e1dd5bde7a890ca4d0f1dee9ff257fd1c256e569bd11c473c3105e0ec66a8a468b41ec991d958581078c59279fa584da7ecbf914ee7c59c6be1250
   SOURCE_URL[0]=ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/$SOURCE
fi

SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
        WEB_SITE=http://www.fsl.cs.sunysb.edu/project-unionfs.html
         ENTERED=20050811
        KEYWORDS="kernels"
           SHORT="Stackable Unification File System"
      LICENSE[0]=GPL
cat << EOF
Unionfs is a stackable unification file system, which can appear to
merge the contents of several directories (branches), while keeping
their physical content separate.  Unionfs is useful for unified source
tree management, merged contents of split CD-ROM, merged separate
software package directories, data grids, and more.  Unionfs allows
any mix of read-only and read-write branches, as well as insertion and
deletion of branches anywhere in the fan-out.  To maintain Unix
semantics, Unionfs handles elimination of duplicates, partial-error
conditions, and more.
EOF
