The following packages will be installed: yaft Fetching README... 0%100%100%100%100%100%Done Fetching sbo-patches/background-drawm.patch... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching yaft.SlackBuild... 0%100%100%100%100%100%Done Fetching yaft.info... 0%100%100%100%100%100%Done yaft-0.2.9/ yaft-0.2.9/.gitignore yaft-0.2.9/ChangeLog yaft-0.2.9/ChangeLog.ja yaft-0.2.9/LICENSE yaft-0.2.9/README.bsd yaft-0.2.9/README.md yaft-0.2.9/color.h yaft-0.2.9/conf.h yaft-0.2.9/ctrlseq/ yaft-0.2.9/ctrlseq/csi.h yaft-0.2.9/ctrlseq/dcs.h yaft-0.2.9/ctrlseq/esc.h yaft-0.2.9/ctrlseq/osc.h yaft-0.2.9/fb/ yaft-0.2.9/fb/common.h yaft-0.2.9/fb/freebsd.h yaft-0.2.9/fb/linux.h yaft-0.2.9/fb/netbsd.h yaft-0.2.9/fb/openbsd.h yaft-0.2.9/fonts/ yaft-0.2.9/fonts/README.1ST yaft-0.2.9/fonts/milkjf_8x16.bdf yaft-0.2.9/fonts/milkjf_8x16r.bdf yaft-0.2.9/fonts/milkjf_k16.bdf yaft-0.2.9/img/ yaft-0.2.9/img/yaft-blue.png yaft-0.2.9/img/yaft-gray.png yaft-0.2.9/img/yaft-screenshot.png yaft-0.2.9/info/ yaft-0.2.9/info/yaft.cap yaft-0.2.9/info/yaft.src yaft-0.2.9/makefile yaft-0.2.9/man/ yaft-0.2.9/man/yaft.1 yaft-0.2.9/parse.h yaft-0.2.9/table/ yaft-0.2.9/table/ISO10646 yaft-0.2.9/table/ISO8859 yaft-0.2.9/table/JISX0201 yaft-0.2.9/table/JISX0208 yaft-0.2.9/table/X68000 yaft-0.2.9/table/alias yaft-0.2.9/terminal.h yaft-0.2.9/tools/ yaft-0.2.9/tools/bdf.h yaft-0.2.9/tools/mkfont_bdf.c yaft-0.2.9/tools/mkfont_bdf.h yaft-0.2.9/tools/util.h yaft-0.2.9/util.h yaft-0.2.9/x/ yaft-0.2.9/x/x.h yaft-0.2.9/x/yaftx.c yaft-0.2.9/yaft.c yaft-0.2.9/yaft.h yaft-0.2.9/yaft_wall cc -o mkfont_bdf tools/mkfont_bdf.c -std=c99 -pedantic -Wall -Wextra -O3 -s -pipe # If you want to use your favorite fonts, please change following line # usage: mkfont_bdf ALIAS BDF1 BDF2 BDF3... > glyph.h # ALIAS: glyph substitution rule file (see table/alias for more detail) # BDF1 BDF2 BDF3...: monospace bdf files (must be the same size) # If there is more than one glyph of the same codepoint, the glyph included in the first bdf file is choosed ./mkfont_bdf table/alias fonts/milkjf_k16.bdf fonts/milkjf_8x16r.bdf fonts/milkjf_8x16.bdf > glyph.h # If you want to change configuration, please modify conf.h before make (see conf.h for more detail) cc -o yaft yaft.c -std=c99 -pedantic -Wall -Wextra -O3 -s -pipe mkdir -p /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/share/terminfo tic -o /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/share/terminfo info/yaft.src mkdir -p /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/bin/ install -m755 ./yaft /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/bin/yaft install -m755 ./yaft_wall /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/bin/yaft_wall mkdir -p /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/man/man1/ install -m644 ./man/yaft.1 /usr/src/slapt-src-i486/system/yaft/package-yaft/usr/man/man1/yaft.1 Slackware package maker, version 3.14159265. Searching for symbolic links: No symbolic links were found, so we won't make an installation script. You can make your own later in ./install/doinst.sh and rebuild the package if you like. 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-i486/system/yaft/yaft-0.2.9-noarch-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/yaft usr/bin/yaft_wall usr/doc/ usr/doc/yaft-0.2.9/ usr/doc/yaft-0.2.9/ChangeLog usr/doc/yaft-0.2.9/LICENSE usr/doc/yaft-0.2.9/yaft.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/yaft.1.gz usr/share/ usr/share/terminfo/ usr/share/terminfo/y/ usr/share/terminfo/y/yaft-256color Slackware package /usr/src/slapt-src-i486/system/yaft/yaft-0.2.9-noarch-1salix15.0.txz created. Installing package yaft-0.2.9-noarch-1salix15.0... | yaft (Yet another framebuffer terminal) | | Simple terminal emulator for minimalist. Living without X. | | | | | | | https://github.com/uobikiemukot/yaft | | |