bzip2-1.0.5/blocksort.c bzip2-1.0.5/huffman.c bzip2-1.0.5/crctable.c bzip2-1.0.5/randtable.c bzip2-1.0.5/compress.c bzip2-1.0.5/decompress.c bzip2-1.0.5/bzlib.c bzip2-1.0.5/bzip2.c bzip2-1.0.5/bzip2recover.c bzip2-1.0.5/bzlib.h bzip2-1.0.5/bzlib_private.h bzip2-1.0.5/Makefile bzip2-1.0.5/LICENSE bzip2-1.0.5/bzip2.1 bzip2-1.0.5/bzip2.1.preformatted bzip2-1.0.5/bzip2.txt bzip2-1.0.5/words0 bzip2-1.0.5/words1 bzip2-1.0.5/words2 bzip2-1.0.5/words3 bzip2-1.0.5/sample1.ref bzip2-1.0.5/sample2.ref bzip2-1.0.5/sample3.ref bzip2-1.0.5/sample1.bz2 bzip2-1.0.5/sample2.bz2 bzip2-1.0.5/sample3.bz2 bzip2-1.0.5/dlltest.c bzip2-1.0.5/manual.html bzip2-1.0.5/manual.pdf bzip2-1.0.5/manual.ps bzip2-1.0.5/README bzip2-1.0.5/README.COMPILATION.PROBLEMS bzip2-1.0.5/README.XML.STUFF bzip2-1.0.5/CHANGES bzip2-1.0.5/libbz2.def bzip2-1.0.5/libbz2.dsp bzip2-1.0.5/dlltest.dsp bzip2-1.0.5/makefile.msc bzip2-1.0.5/unzcrash.c bzip2-1.0.5/spewG.c bzip2-1.0.5/mk251.c bzip2-1.0.5/bzdiff bzip2-1.0.5/bzdiff.1 bzip2-1.0.5/bzmore bzip2-1.0.5/bzmore.1 bzip2-1.0.5/bzgrep bzip2-1.0.5/bzgrep.1 bzip2-1.0.5/Makefile-libbz2_so bzip2-1.0.5/bz-common.xsl bzip2-1.0.5/bz-fo.xsl bzip2-1.0.5/bz-html.xsl bzip2-1.0.5/bzip.css bzip2-1.0.5/entities.xml bzip2-1.0.5/manual.xml bzip2-1.0.5/format.pl bzip2-1.0.5/xmlproc.sh patching file Makefile-libbz2_so gcc -m32 -mcpu=v8 -mtune=v9 -c blocksort.c gcc -m32 -mcpu=v8 -mtune=v9 -c huffman.c gcc -m32 -mcpu=v8 -mtune=v9 -c crctable.c gcc -m32 -mcpu=v8 -mtune=v9 -c randtable.c gcc -m32 -mcpu=v8 -mtune=v9 -c compress.c gcc -m32 -mcpu=v8 -mtune=v9 -c decompress.c gcc -m32 -mcpu=v8 -mtune=v9 -c bzlib.c gcc -shared -Wl,-soname -Wl,libbz2.so.1 -o libbz2.so.1.0.4 blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o gcc -m32 -mcpu=v8 -mtune=v9 -o bzip2-shared bzip2.c libbz2.so.1.0.4 rm -f libbz2.so.1 ln -s libbz2.so.1.0.4 libbz2.so.1 rm -f libbz2.a ar cq libbz2.a blocksort.o huffman.o crctable.o randtable.o compress.o decompress.o bzlib.o ranlib libbz2.a gcc -m32 -mcpu=v8 -mtune=v9 -c bzip2.c gcc -m32 -mcpu=v8 -mtune=v9 -o bzip2 bzip2.o -L. -lbz2 gcc -m32 -mcpu=v8 -mtune=v9 -c bzip2recover.c gcc -m32 -mcpu=v8 -mtune=v9 -o bzip2recover bzip2recover.o Doing 6 tests (3 compress, 3 uncompress) ... If there's a problem, things might stop at this point. ./bzip2 -1 < sample1.ref > sample1.rb2 ./bzip2 -2 < sample2.ref > sample2.rb2 ./bzip2 -3 < sample3.ref > sample3.rb2 ./bzip2 -d < sample1.bz2 > sample1.tst ./bzip2 -d < sample2.bz2 > sample2.tst ./bzip2 -ds < sample3.bz2 > sample3.tst cmp sample1.bz2 sample1.rb2 cmp sample2.bz2 sample2.rb2 cmp sample3.bz2 sample3.rb2 cmp sample1.tst sample1.ref cmp sample2.tst sample2.ref cmp sample3.tst sample3.ref If you got this far and the 'cmp's didn't complain, it looks like you're in business. To install in /usr/local/bin, /usr/local/lib, /usr/local/man and /usr/local/include, type make install To install somewhere else, eg, /xxx/yyy/{bin,lib,man,include}, type make install PREFIX=/xxx/yyy If you are (justifiably) paranoid and want to see what 'make install' is going to do, you can first do make -n install or make -n install PREFIX=/xxx/yyy respectively. The -n instructs make to show the commands it would execute, but not actually execute them. Instructions for use are in the preformatted manual page, in the file bzip2.txt. For more detailed documentation, read the full manual. It is available in Postscript form (manual.ps), PDF form (manual.pdf), and HTML form (manual.html). You can also do "bzip2 --help" to see some helpful information. "bzip2 -L" displays the software license. cp: cannot stat `Y2K_INFO': No such file or directory Slackware package maker, version 2.1. Searching for symbolic links: usr/lib/libbz2.so -> ../../lib/libbz2.so.1 usr/bin/bzip2 -> ../../bin/bzip2 usr/bin/bunzip2 -> ../../bin/bzip2 usr/bin/bzcat -> ../../bin/bzip2 usr/bin/bzless -> bzmore lib/libbz2.so.1.0 -> libbz2.so.1.0.4 lib/libbz2.so.1 -> libbz2.so.1.0 bin/bunzip2 -> bzip2 bin/bzcat -> bzip2 Making symbolic link creation script: ( cd usr/lib ; rm -rf libbz2.so ) ( cd usr/lib ; ln -sf ../../lib/libbz2.so.1 libbz2.so ) ( cd usr/bin ; rm -rf bzip2 ) ( cd usr/bin ; ln -sf ../../bin/bzip2 bzip2 ) ( cd usr/bin ; rm -rf bunzip2 ) ( cd usr/bin ; ln -sf ../../bin/bzip2 bunzip2 ) ( cd usr/bin ; rm -rf bzcat ) ( cd usr/bin ; ln -sf ../../bin/bzip2 bzcat ) ( cd usr/bin ; rm -rf bzless ) ( cd usr/bin ; ln -sf bzmore bzless ) ( cd lib ; rm -rf libbz2.so.1.0 ) ( cd lib ; ln -sf libbz2.so.1.0.4 libbz2.so.1.0 ) ( cd lib ; rm -rf libbz2.so.1 ) ( cd lib ; ln -sf libbz2.so.1.0 libbz2.so.1 ) ( cd bin ; rm -rf bunzip2 ) ( cd bin ; ln -sf bzip2 bunzip2 ) ( cd bin ; rm -rf bzcat ) ( cd bin ; ln -sf bzip2 bzcat ) It is recommended that you make these lines your new installation script. Would you like to make this stuff the install script for this package and remove the symbolic links ([y]es, [n]o)? y Removing symbolic links: removed `./usr/lib/libbz2.so' removed `./usr/bin/bzip2' removed `./usr/bin/bunzip2' removed `./usr/bin/bzcat' removed `./usr/bin/bzless' removed `./lib/libbz2.so.1.0' removed `./lib/libbz2.so.1' removed `./bin/bunzip2' removed `./bin/bzcat' Creating your new ./install/doinst.sh... This next step is optional - you can set the directories in your package to some sane permissions. If any of the directories in your package have special permissions, then DO NOT reset them here! Would you like to reset all directory permissions to 755 (drwxr-xr-x) and directory ownerships to root.root ([y]es, [n]o)? n Creating tar file bzip2-1.0.5-sparc-1.tar... ./ usr/ usr/include/ usr/include/bzlib.h usr/lib/ usr/lib/libbz2.a usr/man/ usr/man/man1/ usr/man/man1/bzip2.1.gz usr/man/man1/bzip2recover.1.gz usr/man/man1/bzdiff.1.gz usr/man/man1/bzgrep.1.gz usr/man/man1/bzmore.1.gz usr/doc/ usr/doc/bzip2-1.0.5/ usr/doc/bzip2-1.0.5/CHANGES usr/doc/bzip2-1.0.5/LICENSE usr/doc/bzip2-1.0.5/README usr/doc/bzip2-1.0.5/README.COMPILATION.PROBLEMS usr/doc/bzip2-1.0.5/bzip2.txt usr/doc/bzip2-1.0.5/manual.html usr/bin/ usr/bin/bzdiff usr/bin/bzgrep usr/bin/bzmore lib/ lib/libbz2.so.1.0.4 bin/ bin/bzip2 bin/bzip2recover install/ install/slack-desc install/doinst.sh tar-1.13: bzip2-1.0.5-sparc-1.tar is the archive; not dumped Gzipping bzip2-1.0.5-sparc-1.tar... Renaming bzip2-1.0.5-sparc-1.tar.gz to bzip2-1.0.5-sparc-1.tgz... Moving bzip2-1.0.5-sparc-1.tgz to /tmp... Package creation complete.