This section assumes that you have obtained the source in tar.gz format. If you obtained the code base as an rpm, I suggest doing a man rpm to view the installation options. To unpack the archive in /usr/local/src, you'd most likely want to do:
cd /usr/local/src tar -zxf ~/Peep-0.4.0.src.tar.gz cd Peep-0.4.0; tar -zxf ~/Peep-Sounds.0.4.0.tar.gz
Note that the Peep sound package unpackges into sounds/ and should be unpacked into the source directory. Sounds will later be installed in the correct location when a make install is executed.