           SPELL=encfs
         VERSION=1.7.3
          SOURCE=$SPELL-$VERSION.tgz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-${VERSION%-*}
   SOURCE_URL[0]=http://encfs.googlecode.com/files/$SOURCE
         SOURCE2=$SOURCE.asc
  SOURCE2_URL[0]=${SOURCE_URL[0]}.asc
      SOURCE_GPG=encfs.gpg:$SOURCE.asc:UPSTREAM_KEY
  SOURCE2_IGNORE=signature
        WEB_SITE=http://www.arg0.net/encfs
         ENTERED=20040209
      LICENSE[0]=GPL
        KEYWORDS="filesystem crypto"
           SHORT="encrypted filesystem in user-space"
cat << EOF
EncFS is an encrypted pass-through filesystem which runs in userspace on Linux (using the FUSE kernel module). Similarly to CFS and other pass-through filesystems, all data is encrypted and stored in the underlying filesystem. Unlike loopback filesystems, this does not have any predetermined filesystem size. 
EOF
