The following packages will be installed: anorack Fetching README... 0%100%100%100%100%100%Done Fetching anorack.SlackBuild... 0%100%100%100%100%100%Done Fetching anorack.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done anorack-0.2.7/ anorack-0.2.7/.coveragerc anorack-0.2.7/.pylintrc anorack-0.2.7/Makefile anorack-0.2.7/anorack anorack-0.2.7/data/ anorack-0.2.7/data/overrides anorack-0.2.7/doc/ anorack-0.2.7/doc/LICENSE anorack-0.2.7/doc/Makefile anorack-0.2.7/doc/README anorack-0.2.7/doc/anorack.1 anorack-0.2.7/doc/changelog anorack-0.2.7/doc/manpage.rst anorack-0.2.7/lib/ anorack-0.2.7/lib/__init__.py anorack-0.2.7/lib/articles.py anorack-0.2.7/lib/cli.py anorack-0.2.7/lib/espeak.py anorack-0.2.7/lib/io.py anorack-0.2.7/lib/misc.py anorack-0.2.7/lib/parser.py anorack-0.2.7/lib/phonetics.py anorack-0.2.7/lib/version.py anorack-0.2.7/private/ anorack-0.2.7/private/run-pylint anorack-0.2.7/private/update-coverage anorack-0.2.7/private/update-version anorack-0.2.7/tests/ anorack-0.2.7/tests/__init__.py anorack-0.2.7/tests/coverage anorack-0.2.7/tests/test_choose_art.py anorack-0.2.7/tests/test_cli.py anorack-0.2.7/tests/test_coerce_case.py anorack-0.2.7/tests/test_get_encoding.py anorack-0.2.7/tests/test_open_file.py anorack-0.2.7/tests/test_parse_file.py anorack-0.2.7/tests/test_phonetics.py anorack-0.2.7/tests/test_version.py anorack-0.2.7/tests/test_warn.py anorack-0.2.7/tests/tools.py make: Nothing to be done for 'all'. python3 - < lib/__init__.py # Python version check # executable: install -d /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/bin python_exe=$(python3 -c 'import sys; print(sys.executable)') && \ sed \ -e "1 s@^#!.*@#!$python_exe@" \ -e "s#^basedir = .*#basedir = '/usr/share/anorack/'#" \ anorack > anorack.tmp install anorack.tmp /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/bin/anorack rm anorack.tmp # data: install -d /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/share/anorack/data install -p -m644 data/* /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/share/anorack/data/ # library: install -d /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/share/anorack/lib install -p -m644 lib/*.py /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/share/anorack/lib/ # manual page: install -d /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/man/man1 install -p -m644 doc/anorack.1 /usr/src/slapt-src-i486/office/anorack/package-anorack/usr/man/man1/ 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/office/anorack/anorack-0.2.7-noarch-1salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/anorack usr/doc/ usr/doc/anorack-0.2.7/ usr/doc/anorack-0.2.7/LICENSE usr/doc/anorack-0.2.7/README usr/doc/anorack-0.2.7/anorack.SlackBuild usr/doc/anorack-0.2.7/changelog usr/man/ usr/man/man1/ usr/man/man1/anorack.1.gz usr/share/ usr/share/anorack/ usr/share/anorack/data/ usr/share/anorack/data/overrides usr/share/anorack/lib/ usr/share/anorack/lib/__init__.py usr/share/anorack/lib/articles.py usr/share/anorack/lib/cli.py usr/share/anorack/lib/espeak.py usr/share/anorack/lib/io.py usr/share/anorack/lib/misc.py usr/share/anorack/lib/parser.py usr/share/anorack/lib/phonetics.py usr/share/anorack/lib/version.py Slackware package /usr/src/slapt-src-i486/office/anorack/anorack-0.2.7-noarch-1salix15.0.txz created. Installing package anorack-0.2.7-noarch-1salix15.0... | anorack ("a" vs "an" checker) | | The English language has two indefinite articles: | a: used before words that begin with a consonant sound (e.g., a | program, a host, a user); | an: used before words that begin with a vowel sound (e.g., an example, | an hour, an undefined variable). | | anorack is a specialized spell-checker that finds incorrect indefinite | articles. | | |