The following packages will be installed: jpegoptim Fetching README... 0%100%100%100%100%100%Done Fetching jpegoptim.SlackBuild... 0%100%100%100%100%100%Done Fetching jpegoptim.info... 0%100%100%100%100%100%Done Fetching slack-desc... 0%100%100%100%100%100%Done jpegoptim-RELEASE.1.4.6/ jpegoptim-RELEASE.1.4.6/.gitattributes jpegoptim-RELEASE.1.4.6/.gitignore jpegoptim-RELEASE.1.4.6/CMakeLists.txt jpegoptim-RELEASE.1.4.6/COPYING jpegoptim-RELEASE.1.4.6/COPYRIGHT jpegoptim-RELEASE.1.4.6/Makefile.in jpegoptim-RELEASE.1.4.6/README jpegoptim-RELEASE.1.4.6/config.h.in jpegoptim-RELEASE.1.4.6/configure jpegoptim-RELEASE.1.4.6/configure.in jpegoptim-RELEASE.1.4.6/getopt.c jpegoptim-RELEASE.1.4.6/getopt.h jpegoptim-RELEASE.1.4.6/getopt1.c jpegoptim-RELEASE.1.4.6/jpegdest.c jpegoptim-RELEASE.1.4.6/jpegoptim.1 jpegoptim-RELEASE.1.4.6/jpegoptim.c jpegoptim-RELEASE.1.4.6/jpegoptim.h jpegoptim-RELEASE.1.4.6/misc.c jpegoptim-RELEASE.1.4.6/redhat/ jpegoptim-RELEASE.1.4.6/redhat/jpegoptim.spec jpegoptim-RELEASE.1.4.6/tools/ jpegoptim-RELEASE.1.4.6/tools/config.guess jpegoptim-RELEASE.1.4.6/tools/config.sub jpegoptim-RELEASE.1.4.6/tools/install-sh jpegoptim-RELEASE.1.4.6/win32_compat.h checking build system type... x86_64-slackware-linux-gnu checking host system type... x86_64-slackware-linux-gnu checking for gcc... gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for a BSD-compatible install... /usr/bin/ginstall -c checking whether make sets $(MAKE)... yes checking for jpeg_read_header in -ljpeg... yes checking for floor in -lm... yes checking how to run the C preprocessor... gcc -E checking for grep that handles long lines and -e... /usr/bin/grep checking for egrep... /usr/bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking for string.h... (cached) yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking math.h usability... yes checking math.h presence... yes checking for math.h... yes checking jpeglib.h usability... yes checking jpeglib.h presence... yes checking for jpeglib.h... yes checking size of long... 8 checking size of int... 4 checking for getopt_long... yes checking for mkstemps... yes checking for labs... yes checking for broken jmorecfg.h (METHODDEF)... no configure: creating ./config.status config.status: creating Makefile config.status: creating config.h gcc -O2 -fPIC -DHAVE_CONFIG_H -c -o jpegoptim.o jpegoptim.c gcc -O2 -fPIC -DHAVE_CONFIG_H -c -o jpegdest.o jpegdest.c gcc -O2 -fPIC -DHAVE_CONFIG_H -c -o misc.o misc.c gcc -O2 -fPIC -DHAVE_CONFIG_H -o jpegoptim jpegoptim.o jpegdest.o misc.o -lm -ljpeg for i in jpegoptim ; do [ -x $i ] && strip $i ; done /usr/bin/ginstall -c -d -m 755 /usr/src/slapt-src/graphics/jpegoptim/package-jpegoptim/usr/man/man1 /usr/bin/ginstall -c -d -m 755 /usr/src/slapt-src/graphics/jpegoptim/package-jpegoptim/usr/bin /usr/bin/ginstall -c -m 644 jpegoptim.1 /usr/src/slapt-src/graphics/jpegoptim/package-jpegoptim/usr/man/man1/jpegoptim.1 /usr/bin/ginstall -c -m 755 jpegoptim /usr/src/slapt-src/graphics/jpegoptim/package-jpegoptim/usr/bin/jpegoptim 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/graphics/jpegoptim/jpegoptim-1.4.6-x86_64-2salix15.0.txz ./ install/ install/slack-desc usr/ usr/bin/ usr/bin/jpegoptim usr/doc/ usr/doc/jpegoptim-1.4.6/ usr/doc/jpegoptim-1.4.6/COPYING usr/doc/jpegoptim-1.4.6/COPYRIGHT usr/doc/jpegoptim-1.4.6/README usr/doc/jpegoptim-1.4.6/jpegoptim.SlackBuild usr/man/ usr/man/man1/ usr/man/man1/jpegoptim.1.gz Slackware package /usr/src/slapt-src/graphics/jpegoptim/jpegoptim-1.4.6-x86_64-2salix15.0.txz created. Installing package jpegoptim-1.4.6-x86_64-2salix15.0... | jpegoptim (utility to optimize/compress JPEG files) | | jpegoptim is used to optimize/compress jpeg files. It supports | lossless optimization (based on optimizing the Huffman tables) and | so called "lossy" optimization where in addition to optimizing the | Huffman tables, the user can specify an upper limit for image quality, | or a target file size. | | | | | |