           SPELL=unionfs

if [[ "$UNIONFS_SNAPSHOT" == "y" ]]
then
         VERSION=1.5pre-cvs200611080310
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:db9aa55bc043ed30020301fc008297014852d34e4036bd55ada55774151956af14d45d4476309c46d41bf51390d7d7a67cec286ff4dab0f00d08c1f2985f72b1
   SOURCE_URL[0]=ftp://ftp.fsl.cs.sunysb.edu/pub/unionfs/snapshots/$SOURCE
else
         VERSION=1.4
          SOURCE=$SPELL-$VERSION.tar.gz
     SOURCE_HASH=sha512:f004d05aec1f9290b25cd0968871580a55843cd7c27c90b1bc3ff0dd05aa418b1dbfa919f012efcdb4c0a56c84da7a67be615ba2e2d910b59dff111f37104ae7
   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
