tar -xf libtar-1.2.11.tar.gz checking for epkg... no checking for mkencap... no checking for gcc... gcc checking for C compiler default output... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... 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 ANSI C... none needed checking for strlcpy... no checking for strsep... yes checking for gcc... (cached) gcc checking whether we are using the GNU C compiler... (cached) yes checking whether gcc accepts -g... (cached) yes checking for gcc option to accept ANSI C... (cached) none needed checking for ranlib... ranlib checking for a BSD-compatible install... /bin/ginstall -c checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking how to run the C preprocessor... gcc -E checking for egrep... grep -E checking for AIX... no checking for an ANSI C-conforming const... yes 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 whether sys/types.h defines makedev... yes checking for major_t... no checking for minor_t... no checking for dev_t... yes checking for socklen_t... yes checking for uint64_t... yes checking for mode_t... yes checking for off_t... yes checking for size_t... yes checking for uid_t in sys/types.h... yes checking for nlink_t... yes checking libgen.h usability... yes checking libgen.h presence... yes checking for libgen.h... yes checking for working basename... no checking for libgen.h... (cached) yes checking for working dirname... no checking fnmatch.h usability... yes checking fnmatch.h presence... yes checking for fnmatch.h... yes checking for working POSIX fnmatch... yes checking for lchown... yes checking whether makedev expects three arguments... no checking for working snprintf... yes checking for strdup... yes checking for strftime... yes checking for strlcpy... (cached) no checking for strmode... no checking for strsep... (cached) yes checking for gzread in -lz... yes configure: creating ./config.status config.status: creating listhash/libtar_listhash.h config.status: creating listhash/libtar_list.c config.status: creating listhash/libtar_hash.c config.status: creating listhash/libtar_list_new.3 config.status: creating listhash/libtar_hash_new.3 config.status: creating Makefile config.status: creating lib/Makefile config.status: creating libtar/Makefile config.status: creating doc/Makefile config.status: creating config.h for n in lib libtar doc; do \ ( cd $n && make all ) || exit 1; \ done make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/lib' gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o append.o append.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o block.o block.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o decode.o decode.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o encode.o encode.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o extract.o extract.c extract.c: In function 'tar_extract_file': extract.c:114: warning: incompatible implicit declaration of built-in function 'strlen' extract.c: In function 'tar_extract_dir': extract.c:448: warning: incompatible implicit declaration of built-in function 'strlen' gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o handle.o handle.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o libtar_hash.o ../listhash/libtar_hash.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o libtar_list.o ../listhash/libtar_list.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o output.o output.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o util.o util.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o wrapper.o wrapper.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o strlcpy.o ../compat/strlcpy.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o basename.o ../compat/basename.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o dirname.o ../compat/dirname.c gcc -O2 -march=i486 -mtune=i686 -I. -I.. -I. -I../compat -I../listhash -c -o strmode.o ../compat/strmode.c ar rc libtar.a append.o block.o decode.o encode.o extract.o handle.o libtar_hash.o libtar_list.o output.o util.o wrapper.o strlcpy.o basename.o dirname.o strlcpy.o strmode.o ranlib libtar.a make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/lib' make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/libtar' gcc -O2 -march=i486 -mtune=i686 -I.. -I../lib -I../listhash -I../lib -I../compat -c -o libtar.o libtar.c libtar.c: In function 'usage': libtar.c:271: warning: incompatible implicit declaration of built-in function 'exit' gcc -O2 -march=i486 -mtune=i686 -o libtar libtar.o ../lib/libtar.a -lz make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/libtar' make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/doc' for n in lib libtar doc; do \ ( cd $n && make install ) || exit 1; \ done make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/lib' mkdir -p -m 755 /home/slackel/libtar/pkg/usr/lib /bin/ginstall -c -m 644 libtar.a /home/slackel/libtar/pkg/usr/lib mkdir -p -m 755 /home/slackel/libtar/pkg/usr/include /bin/ginstall -c -m 644 ./libtar.h /home/slackel/libtar/pkg/usr/include /bin/ginstall -c -m 644 ../listhash/libtar_listhash.h /home/slackel/libtar/pkg/usr/include make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/lib' make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/libtar' mkdir -p -m 755 /home/slackel/libtar/pkg/usr/bin /bin/ginstall -c -s libtar /home/slackel/libtar/pkg/usr/bin make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/libtar' make[1]: Entering directory `/home/slackel/libtar/src/libtar-1.2.11/doc' mkdir -p -m 755 /home/slackel/libtar/pkg/usr/man/man3 /bin/ginstall -c -m 644 ./tar_open.3 /home/slackel/libtar/pkg/usr/man/man3 for i in tar_fdopen tar_fd tar_close; do \ echo ".so man3/tar_open.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./tar_append_file.3 /home/slackel/libtar/pkg/usr/man/man3 for i in tar_append_eof tar_append_regfile; do \ echo ".so man3/tar_append_file.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./tar_block_read.3 /home/slackel/libtar/pkg/usr/man/man3 for i in tar_block_write; do \ echo ".so man3/tar_block_read.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./th_read.3 /home/slackel/libtar/pkg/usr/man/man3 for i in th_write; do \ echo ".so man3/th_read.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./th_set_from_stat.3 /home/slackel/libtar/pkg/usr/man/man3 for i in th_finish th_set_device th_set_group th_set_link th_set_mode th_set_path th_set_type th_set_user; do \ echo ".so man3/th_set_from_stat.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./tar_extract_file.3 /home/slackel/libtar/pkg/usr/man/man3 for i in tar_extract_blockdev tar_extract_chardev tar_extract_dir tar_extract_fifo tar_extract_hardlink tar_extract_regfile tar_extract_symlink tar_skip_regfile tar_set_file_perms; do \ echo ".so man3/tar_extract_file.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./th_get_pathname.3 /home/slackel/libtar/pkg/usr/man/man3 for i in TH_ISBLK TH_ISCHR TH_ISDIR TH_ISFIFO TH_ISLNK TH_ISLONGLINK TH_ISLONGNAME TH_ISREG TH_ISSYM th_get_crc th_get_devmajor th_get_devminor th_get_gid th_get_linkname th_get_mode th_get_mtime th_get_size th_get_uid; do \ echo ".so man3/th_get_pathname.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./th_print_long_ls.3 /home/slackel/libtar/pkg/usr/man/man3 for i in th_print; do \ echo ".so man3/th_print_long_ls.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ./tar_extract_all.3 /home/slackel/libtar/pkg/usr/man/man3 for i in tar_extract_glob tar_append_tree; do \ echo ".so man3/tar_extract_all.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ../listhash/libtar_hash_new.3 /home/slackel/libtar/pkg/usr/man/man3 for i in libtar_hash_free libtar_hash_next libtar_hash_prev libtar_hash_search libtar_hash_add libtar_hash_getkey libtar_hash_del; do \ echo ".so man3/libtar_hash_new.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done /bin/ginstall -c -m 644 ../listhash/libtar_list_new.3 /home/slackel/libtar/pkg/usr/man/man3 for i in libtar_list_free libtar_list_next libtar_list_prev libtar_list_search libtar_list_add libtar_list_add_str libtar_list_del libtar_list_dup libtar_list_merge; do \ echo ".so man3/libtar_list_new.3" > /home/slackel/libtar/pkg/usr/man/man3/${i}.3; \ done make[1]: Leaving directory `/home/slackel/libtar/src/libtar-1.2.11/doc' /home/slackel/libtar/pkg: total 8 drwxr-xr-x 2 root root 4096 Apr 2 13:28 install drwxr-xr-x 8 root root 4096 Apr 2 13:28 usr /home/slackel/libtar/pkg/install: total 4 -rw-r--r-- 1 root root 286 Apr 2 13:28 slack-desc /home/slackel/libtar/pkg/usr: total 24 drwxr-xr-x 2 root root 4096 Apr 2 13:28 bin drwxr-xr-x 3 root root 4096 Apr 2 13:28 doc drwxr-xr-x 2 root root 4096 Apr 2 13:28 include drwxr-xr-x 2 root root 4096 Apr 2 13:28 lib drwxr-xr-x 3 root root 4096 Apr 2 13:28 man drwxr-xr-x 3 root root 4096 Apr 2 13:27 src /home/slackel/libtar/pkg/usr/bin: total 28 -rwxr-xr-x 1 root root 25576 Apr 2 13:28 libtar /home/slackel/libtar/pkg/usr/doc: total 4 drwxr-xr-x 2 root root 4096 Apr 2 13:28 libtar-1.2.11 /home/slackel/libtar/pkg/usr/doc/libtar-1.2.11: total 8 -rw-r--r-- 1 root root 438 Apr 2 13:28 README -rw-r--r-- 1 root root 248 Apr 2 13:28 TODO /home/slackel/libtar/pkg/usr/include: total 20 -rw-r--r-- 1 root root 8481 Apr 2 13:28 libtar.h -rw-r--r-- 1 root root 5154 Apr 2 13:28 libtar_listhash.h /home/slackel/libtar/pkg/usr/lib: total 44 -rw-r--r-- 1 root root 41604 Apr 2 13:28 libtar.a /home/slackel/libtar/pkg/usr/man: total 4 drwxr-xr-x 2 root root 4096 Apr 2 13:28 man3 /home/slackel/libtar/pkg/usr/man/man3: total 288 -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISBLK.3.gz -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISCHR.3.gz -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISDIR.3.gz -rw-r--r-- 1 root root 59 Apr 2 13:28 TH_ISFIFO.3.gz -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISLNK.3.gz -rw-r--r-- 1 root root 63 Apr 2 13:28 TH_ISLONGLINK.3.gz -rw-r--r-- 1 root root 63 Apr 2 13:28 TH_ISLONGNAME.3.gz -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISREG.3.gz -rw-r--r-- 1 root root 58 Apr 2 13:28 TH_ISSYM.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 libtar_hash_add.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 libtar_hash_del.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_hash_free.3.gz -rw-r--r-- 1 root root 68 Apr 2 13:28 libtar_hash_getkey.3.gz -rw-r--r-- 1 root root 1107 Apr 2 13:28 libtar_hash_new.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_hash_next.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_hash_prev.3.gz -rw-r--r-- 1 root root 68 Apr 2 13:28 libtar_hash_search.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 libtar_list_add.3.gz -rw-r--r-- 1 root root 69 Apr 2 13:28 libtar_list_add_str.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 libtar_list_del.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 libtar_list_dup.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_list_free.3.gz -rw-r--r-- 1 root root 67 Apr 2 13:28 libtar_list_merge.3.gz -rw-r--r-- 1 root root 1229 Apr 2 13:28 libtar_list_new.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_list_next.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 libtar_list_prev.3.gz -rw-r--r-- 1 root root 68 Apr 2 13:28 libtar_list_search.3.gz -rw-r--r-- 1 root root 64 Apr 2 13:28 tar_append_eof.3.gz -rw-r--r-- 1 root root 925 Apr 2 13:28 tar_append_file.3.gz -rw-r--r-- 1 root root 68 Apr 2 13:28 tar_append_regfile.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 tar_append_tree.3.gz -rw-r--r-- 1 root root 465 Apr 2 13:28 tar_block_read.3.gz -rw-r--r-- 1 root root 64 Apr 2 13:28 tar_block_write.3.gz -rw-r--r-- 1 root root 52 Apr 2 13:28 tar_close.3.gz -rw-r--r-- 1 root root 731 Apr 2 13:28 tar_extract_all.3.gz -rw-r--r-- 1 root root 71 Apr 2 13:28 tar_extract_blockdev.3.gz -rw-r--r-- 1 root root 70 Apr 2 13:28 tar_extract_chardev.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 tar_extract_dir.3.gz -rw-r--r-- 1 root root 67 Apr 2 13:28 tar_extract_fifo.3.gz -rw-r--r-- 1 root root 1217 Apr 2 13:28 tar_extract_file.3.gz -rw-r--r-- 1 root root 66 Apr 2 13:28 tar_extract_glob.3.gz -rw-r--r-- 1 root root 71 Apr 2 13:28 tar_extract_hardlink.3.gz -rw-r--r-- 1 root root 70 Apr 2 13:28 tar_extract_regfile.3.gz -rw-r--r-- 1 root root 70 Apr 2 13:28 tar_extract_symlink.3.gz -rw-r--r-- 1 root root 49 Apr 2 13:28 tar_fd.3.gz -rw-r--r-- 1 root root 53 Apr 2 13:28 tar_fdopen.3.gz -rw-r--r-- 1 root root 1620 Apr 2 13:28 tar_open.3.gz -rw-r--r-- 1 root root 69 Apr 2 13:28 tar_set_file_perms.3.gz -rw-r--r-- 1 root root 67 Apr 2 13:28 tar_skip_regfile.3.gz -rw-r--r-- 1 root root 60 Apr 2 13:28 th_finish.3.gz -rw-r--r-- 1 root root 60 Apr 2 13:28 th_get_crc.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 th_get_devmajor.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 th_get_devminor.3.gz -rw-r--r-- 1 root root 60 Apr 2 13:28 th_get_gid.3.gz -rw-r--r-- 1 root root 65 Apr 2 13:28 th_get_linkname.3.gz -rw-r--r-- 1 root root 61 Apr 2 13:28 th_get_mode.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_get_mtime.3.gz -rw-r--r-- 1 root root 723 Apr 2 13:28 th_get_pathname.3.gz -rw-r--r-- 1 root root 61 Apr 2 13:28 th_get_size.3.gz -rw-r--r-- 1 root root 60 Apr 2 13:28 th_get_uid.3.gz -rw-r--r-- 1 root root 59 Apr 2 13:28 th_print.3.gz -rw-r--r-- 1 root root 479 Apr 2 13:28 th_print_long_ls.3.gz -rw-r--r-- 1 root root 575 Apr 2 13:28 th_read.3.gz -rw-r--r-- 1 root root 64 Apr 2 13:28 th_set_device.3.gz -rw-r--r-- 1 root root 728 Apr 2 13:28 th_set_from_stat.3.gz -rw-r--r-- 1 root root 63 Apr 2 13:28 th_set_group.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_set_link.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_set_mode.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_set_path.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_set_type.3.gz -rw-r--r-- 1 root root 62 Apr 2 13:28 th_set_user.3.gz -rw-r--r-- 1 root root 50 Apr 2 13:28 th_write.3.gz /home/slackel/libtar/pkg/usr/src: total 4 drwxr-xr-x 2 root root 4096 Apr 2 13:28 libtar-1.2.11 /home/slackel/libtar/pkg/usr/src/libtar-1.2.11: total 4 -rw-r--r-- 1 root root 964 Apr 2 13:28 SLKBUILD Slackware package maker, version 3.14159. 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: /home/slackel/libtar/libtar-1.2.11-i486-1dj.txz ./ usr/ usr/src/ usr/src/libtar-1.2.11/ usr/src/libtar-1.2.11/SLKBUILD usr/man/ usr/man/man3/ usr/man/man3/tar_extract_glob.3.gz usr/man/man3/libtar_list_search.3.gz usr/man/man3/tar_append_regfile.3.gz usr/man/man3/tar_extract_regfile.3.gz usr/man/man3/libtar_list_next.3.gz usr/man/man3/libtar_list_merge.3.gz usr/man/man3/tar_block_read.3.gz usr/man/man3/tar_extract_all.3.gz usr/man/man3/TH_ISBLK.3.gz usr/man/man3/th_get_pathname.3.gz usr/man/man3/tar_extract_chardev.3.gz usr/man/man3/libtar_list_del.3.gz usr/man/man3/th_set_from_stat.3.gz usr/man/man3/TH_ISCHR.3.gz usr/man/man3/th_read.3.gz usr/man/man3/th_write.3.gz usr/man/man3/libtar_hash_search.3.gz usr/man/man3/tar_fdopen.3.gz usr/man/man3/th_set_mode.3.gz usr/man/man3/th_get_uid.3.gz usr/man/man3/libtar_list_new.3.gz usr/man/man3/tar_block_write.3.gz usr/man/man3/th_get_mode.3.gz usr/man/man3/th_set_device.3.gz usr/man/man3/th_get_devmajor.3.gz usr/man/man3/th_get_linkname.3.gz usr/man/man3/tar_extract_file.3.gz usr/man/man3/libtar_hash_getkey.3.gz usr/man/man3/tar_set_file_perms.3.gz usr/man/man3/th_set_group.3.gz usr/man/man3/tar_extract_hardlink.3.gz usr/man/man3/TH_ISDIR.3.gz usr/man/man3/libtar_list_prev.3.gz usr/man/man3/tar_append_eof.3.gz usr/man/man3/th_set_link.3.gz usr/man/man3/tar_append_file.3.gz usr/man/man3/tar_fd.3.gz usr/man/man3/tar_open.3.gz usr/man/man3/tar_extract_dir.3.gz usr/man/man3/tar_extract_symlink.3.gz usr/man/man3/th_get_size.3.gz usr/man/man3/TH_ISLNK.3.gz usr/man/man3/TH_ISLONGNAME.3.gz usr/man/man3/th_get_devminor.3.gz usr/man/man3/th_print_long_ls.3.gz usr/man/man3/th_set_type.3.gz usr/man/man3/th_get_crc.3.gz usr/man/man3/libtar_list_free.3.gz usr/man/man3/tar_append_tree.3.gz usr/man/man3/th_set_user.3.gz usr/man/man3/TH_ISLONGLINK.3.gz usr/man/man3/libtar_hash_new.3.gz usr/man/man3/tar_extract_fifo.3.gz usr/man/man3/tar_skip_regfile.3.gz usr/man/man3/libtar_hash_free.3.gz usr/man/man3/th_get_gid.3.gz usr/man/man3/libtar_list_add.3.gz usr/man/man3/libtar_hash_add.3.gz usr/man/man3/TH_ISFIFO.3.gz usr/man/man3/libtar_hash_next.3.gz usr/man/man3/tar_extract_blockdev.3.gz usr/man/man3/tar_close.3.gz usr/man/man3/TH_ISSYM.3.gz usr/man/man3/libtar_list_add_str.3.gz usr/man/man3/libtar_hash_del.3.gz usr/man/man3/TH_ISREG.3.gz usr/man/man3/th_finish.3.gz usr/man/man3/th_get_mtime.3.gz usr/man/man3/libtar_list_dup.3.gz usr/man/man3/th_print.3.gz usr/man/man3/th_set_path.3.gz usr/man/man3/libtar_hash_prev.3.gz usr/include/ usr/include/libtar.h usr/include/libtar_listhash.h usr/doc/ usr/doc/libtar-1.2.11/ usr/doc/libtar-1.2.11/TODO usr/doc/libtar-1.2.11/README usr/lib/ usr/lib/libtar.a usr/bin/ usr/bin/libtar install/ install/slack-desc Slackware package /home/slackel/libtar/libtar-1.2.11-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories