The following packages will be installed: http-parser Fetching README... 0%100%100%100%100%100%Done Fetching http-parser.SlackBuild... 0%100%100%100%100%100%Done Fetching http-parser.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done http-parser-2.7.1/ http-parser-2.7.1/.gitignore http-parser-2.7.1/.mailmap http-parser-2.7.1/.travis.yml http-parser-2.7.1/AUTHORS http-parser-2.7.1/LICENSE-MIT http-parser-2.7.1/Makefile http-parser-2.7.1/README.md http-parser-2.7.1/bench.c http-parser-2.7.1/contrib/ http-parser-2.7.1/contrib/parsertrace.c http-parser-2.7.1/contrib/url_parser.c http-parser-2.7.1/http_parser.c http-parser-2.7.1/http_parser.gyp http-parser-2.7.1/http_parser.h http-parser-2.7.1/test.c cc -I. -DHTTP_PARSER_STRICT=0 -O2 -march=i486 -mtune=i686 -Wall -Wextra -Werror -O3 -fPIC -c http_parser.c -o libhttp_parser.o cc -shared -Wl,-soname=libhttp_parser.so.2.7.1 -o libhttp_parser.so.2.7.1 libhttp_parser.o install -D http_parser.h /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/include/http_parser.h install -D libhttp_parser.so.2.7.1 /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/lib/libhttp_parser.so.2.7.1 ln -s /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/lib/libhttp_parser.so.2.7.1 /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/lib/libhttp_parser.so Slackware package maker, version 3.141593. Searching for symbolic links: usr/lib/libhttp_parser.so /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/lib/libhttp_parser.so.2.7.1 Making symbolic link creation script: ( cd usr/lib ; rm -rf libhttp_parser.so ) ( cd usr/lib ; ln -sf /usr/src/slapt-src/libraries/http-parser/package-http-parser/usr/lib/libhttp_parser.so.2.7.1 libhttp_parser.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/libhttp_parser.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/http-parser/http-parser-2.7.1-i486-1salix.txz ./ usr/ usr/include/ usr/include/http_parser.h usr/lib/ usr/lib/libhttp_parser.so.2.7.1 usr/doc/ usr/doc/http-parser-2.7.1/ usr/doc/http-parser-2.7.1/AUTHORS usr/doc/http-parser-2.7.1/README.md usr/doc/http-parser-2.7.1/LICENSE-MIT usr/doc/http-parser-2.7.1/http-parser.SlackBuild install/ install/doinst.sh install/slack-desc Slackware package /usr/src/slapt-src/libraries/http-parser/http-parser-2.7.1-i486-1salix.txz created. Installing package http-parser-2.7.1-i486-1salix... | http-parser (HTTP request/response parser for c) | | http-parser for HTTP messages written in C. It parses both requests | and responses. The parser is designed to be used in performance HTTP | applications. | | Homepage: https://github.com/joyent/http-parser | | | | | |