cp ../pgp262s.tar.gz .
echo unarchiving pgp262s.tar.gz
tar -zxf pgp262s.tar.gz
echo unarchiving pgp262si.tar
tar -xf pgp262si.tar
echo unarchiving rsaref.tar
tar -xf rsaref.tar
mv makefile.rsa.patch rsaref/install/unix/makefile.rsa.patch
mv makefile.src.pgp.patch src/makefile.src.pgp.patch
cd rsaref/install/unix
echo Patching /rsaref/install/unix/makefile
patch makefile makefile.rsa.patch
cd ../../../src
echo Patching ./src/makefile
patch makefile makefile.src.pgp.patch
cd ..
echo Patches Applied, Source Unpacked... 
echo Now Make sure you read the docs!
echo "--Paul M. Oster  <devious@minot.com>"

