The following packages will be installed: teensy_loader_cli Fetching README... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done Fetching teensy_loader_cli.SlackBuild... 0%100%100%100%100%100%Done Fetching teensy_loader_cli.info... 0%100%100%100%100%100%Done teensy_loader_cli/ teensy_loader_cli/Makefile.bsd teensy_loader_cli/blinky-at90usb1286.hex teensy_loader_cli/blink_slow.hex teensy_loader_cli/blinky-at90usb162.hex teensy_loader_cli/teensy_loader_cli.c teensy_loader_cli/blinky-atmega32u4.hex teensy_loader_cli/Makefile teensy_loader_cli/blinky-at90usb646.hex teensy_loader_cli/blink_fast.hex teensy_loader_cli/gpl3.txt cc -O2 -fPIC -s -DUSE_LIBUSB -o teensy_loader_cli teensy_loader_cli.c -lusb 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/development/teensy_loader_cli/teensy_loader_cli-2.0-x86_64-1salix15.0.txz ./ etc/ etc/udev/ etc/udev/rules.d/ etc/udev/rules.d/49-teensy.rules install/ install/slack-desc usr/ usr/bin/ usr/bin/teensy_loader_cli usr/doc/ usr/doc/teensy_loader_cli-2.0/ usr/doc/teensy_loader_cli-2.0/COPYING.txt usr/doc/teensy_loader_cli-2.0/example-hex-files/ usr/doc/teensy_loader_cli-2.0/example-hex-files/blink_fast.hex usr/doc/teensy_loader_cli-2.0/example-hex-files/blink_slow.hex usr/doc/teensy_loader_cli-2.0/example-hex-files/blinky-at90usb1286.hex usr/doc/teensy_loader_cli-2.0/example-hex-files/blinky-at90usb162.hex usr/doc/teensy_loader_cli-2.0/example-hex-files/blinky-at90usb646.hex usr/doc/teensy_loader_cli-2.0/example-hex-files/blinky-atmega32u4.hex usr/doc/teensy_loader_cli-2.0/teensy_loader_cli.SlackBuild Slackware package /usr/src/slapt-src/development/teensy_loader_cli/teensy_loader_cli-2.0-x86_64-1salix15.0.txz created. Installing package teensy_loader_cli-2.0-x86_64-1salix15.0... | teensy_loader_cli (Teensy CLI downloader) | | The Teensy is a complete USB-based microcontoller development system, | in a very small footprint, capable of implementing many types of | projects. All programming is done via the USB port. No special | programmer is needed, only a standard "Mini-B" USB cable. | | The Teensy Loader program communicates with your Teensy board when the | HalfKay bootloader is running, so you can download new programs and | run them. The Teensy CLI Loader is a command line version to | automate programming, typically using a Makefile. | |