           SPELL=srm
         VERSION=1.2.11
          SOURCE=$SPELL-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$SPELL-$VERSION
   SOURCE_URL[0]=http://downloads.sourceforge.net/sourceforge/$SPELL/$SOURCE
#     SOURCE_HASH=sha512:2e67c3d69e6573ae1248c57d9e815a5d6c64c9e4c2ecc2189823d4a343de795057a4e6efa1d9195a1daa150a92624211b4ce7a091d48f430632030e7a0678ec7
      SOURCE_GPG=gurus.gpg:$SOURCE.sig:WORKS_FOR_ME
      LICENSE[0]=PD
        WEB_SITE=http://srm.sourceforge.net
        KEYWORDS="security"
         ENTERED=20020611
           SHORT="srm - a secure rm"
cat << EOF
srm is a secure replacement for rm(1). Unlike the standard rm, it 
overwrites the data in the target files before unlinking them. This 
prevents command-line recovery of the data by examining the raw block 
device. It may also help frustrate physical examination of the disk, 
although it's unlikely that it can completely prevent that type of 
recovery. It is, essentially, a paper shredder for sensitive files.
srm is ideal for personal computers or workstations with Internet 
connections. It can help prevent malicious users from breaking in and 
undeleting personal files, such as old emails. It's also useful for 
permanently removing files from expensive media. For example, cleaning 
your diary off the zip disk you're using to send vacation pictures to 
Uncle Lou. Because it uses the exact same options as rm(1), srm is simple 
to use. Just subsitute it for rm whenever you want to destroy files, 
rather than just unlinking them.
EOF
