The following packages will be installed: libb64 Fetching README... 0%100%100%100%100%100%Done Fetching libb64.SlackBuild... 0%100%100%100%100%100%Done Fetching libb64.info... 0%100%100%100%100%100%Done Fetching shared-library.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Archive: /usr/src/slapt-src/libraries/libb64/libb64-1.2.1.zip creating: libb64-1.2.1/ inflating: libb64-1.2.1/README inflating: libb64-1.2.1/LICENSE creating: libb64-1.2.1/examples/ inflating: libb64-1.2.1/examples/c-example1.c inflating: libb64-1.2.1/examples/Makefile inflating: libb64-1.2.1/examples/README.md inflating: libb64-1.2.1/examples/loremgibson.txt inflating: libb64-1.2.1/examples/c-example2.c inflating: libb64-1.2.1/Makefile creating: libb64-1.2.1/base64/ creating: libb64-1.2.1/base64/VisualStudioProject/ inflating: libb64-1.2.1/base64/VisualStudioProject/base64.vcxproj.filters inflating: libb64-1.2.1/base64/VisualStudioProject/Makefile inflating: libb64-1.2.1/base64/VisualStudioProject/base64.sln inflating: libb64-1.2.1/base64/VisualStudioProject/base64.vcxproj inflating: libb64-1.2.1/base64/Makefile inflating: libb64-1.2.1/base64/base64.cc creating: libb64-1.2.1/include/ creating: libb64-1.2.1/include/b64/ inflating: libb64-1.2.1/include/b64/decode.h inflating: libb64-1.2.1/include/b64/cencode.h inflating: libb64-1.2.1/include/b64/cdecode.h inflating: libb64-1.2.1/include/b64/encode.h inflating: libb64-1.2.1/INSTALL extracting: libb64-1.2.1/TODO inflating: libb64-1.2.1/AUTHORS creating: libb64-1.2.1/src/ inflating: libb64-1.2.1/src/Makefile inflating: libb64-1.2.1/src/cdecode.c inflating: libb64-1.2.1/src/cencode.c inflating: libb64-1.2.1/CHANGELOG inflating: libb64-1.2.1/BENCHMARKS patching file src/Makefile make -C src make[1]: Entering directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/src' makedepend -f- -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include cdecode.c cencode.c 2> /dev/null 1> depend cc -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include -c -o cencode.o cencode.c cc -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include -c -o cdecode.o cdecode.c ar rv libb64.a cencode.o cdecode.o ar: creating libb64.a a - cencode.o a - cdecode.o cc -fPIC -c -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include cencode.c -o cencode.So cc -fPIC -c -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include cdecode.c -o cdecode.So cc -O2 -march=i486 -mtune=i686 -O3 -pedantic -I../include -shared -Wl,-soname,libb64.so.0 -o libb64.so.0 cencode.So cdecode.So ln -fs libb64.so.0 libb64.so make[1]: Leaving directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/src' make -C base64 make[1]: Entering directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/base64' makedepend -f- -O2 -march=i486 -mtune=i686 -O3 -pedantic -DBUFFERSIZE=16777216 -I../include base64.cc 2> /dev/null 1> depend g++ -O2 -march=i486 -mtune=i686 -O3 -pedantic -DBUFFERSIZE=16777216 -I../include base64.cc ../src/libb64.a -o base64 make[1]: Leaving directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/base64' make -C examples make[1]: Entering directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/examples' makedepend -f- -O2 -march=i486 -mtune=i686 -g -pedantic -I../include c-example1.c c-example2.c 2> /dev/null 1> depend cc -O2 -march=i486 -mtune=i686 -g -pedantic -I../include c-example1.c ../src/libb64.a -o c-example1 cc -O2 -march=i486 -mtune=i686 -g -pedantic -I../include c-example2.c ../src/libb64.a -o c-example2 ./c-example1 encoded: aGVsbG8gd29ybGQ= decoded: hello world ./c-example2 loremgibson.txt encoded.txt decoded.txt diff -q loremgibson.txt decoded.txt make[1]: Leaving directory '/usr/src/slapt-src/libraries/libb64/libb64-1.2.1/examples' Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libb64.so /usr/lib/libb64.so.0 Making symbolic link creation script: ( cd usr/lib ; rm -rf libb64.so ) ( cd usr/lib ; ln -sf /usr/lib/libb64.so.0 libb64.so ) 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/libb64.so' 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 Slackware package: /usr/src/slapt-src/libraries/libb64/libb64-1.2.1-i486-1salix.txz ./ usr/ usr/include/ usr/include/b64/ usr/include/b64/cdecode.h usr/include/b64/cencode.h usr/include/b64/encode.h usr/include/b64/decode.h usr/lib/ usr/lib/libb64.so.0 usr/doc/ usr/doc/libb64-1.2.1/ usr/doc/libb64-1.2.1/README usr/doc/libb64-1.2.1/libb64.SlackBuild usr/doc/libb64-1.2.1/LICENSE usr/doc/libb64-1.2.1/BENCHMARKS usr/doc/libb64-1.2.1/AUTHORS usr/doc/libb64-1.2.1/CHANGELOG usr/doc/libb64-1.2.1/INSTALL install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/libraries/libb64/libb64-1.2.1-i486-1salix.txz created. Installing package libb64-1.2.1-i486-1salix... | libb64 (C routines for base64 encoding/decoding) | | libb64 is a library of ANSI C routines for fast encoding/decoding data | into and from a base64-encoded format. C++ wrappers are included, as | well as the source code for standalone encoding and decoding | executables. | | Homepage: http://libb64.sourceforge.net/ | | | | |