tar -xf mathomatic-15.3.7.tar.bz2 cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o main.o main.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o globals.o globals.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o am.o am.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o solve.o solve.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o help.o help.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o parse.o parse.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o cmds.o cmds.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o simplify.o simplify.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o factor.o factor.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o super.o super.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o unfactor.o unfactor.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o poly.o poly.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o diff.o diff.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o integrate.o integrate.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o complex.o complex.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o complex_lib.o complex_lib.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o list.o list.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o gcd.o gcd.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE -c -o factor_int.o factor_int.c cc -O2 -march=i486 -mtune=i686 -O3 -Wall -Wshadow -Wno-char-subscripts -DUNIX -DVERSION=\"`cat VERSION`\" -DREADLINE main.o globals.o am.o solve.o help.o parse.o cmds.o simplify.o factor.o super.o unfactor.o poly.o diff.o integrate.o complex.o complex_lib.o list.o gcd.o factor_int.o -lm -lreadline -lncurses -o mathomatic ./mathomatic created. Testing ./mathomatic cd tests && time -p ../mathomatic -t all 0<&- >test.out && diff -u all.out test.out && rm test.out && cd .. real 4.24 user 2.20 sys 0.32 All tests passed. install -d /home/djemos/salix-current/mathomatic/pkg/usr/bin install -d /home/djemos/salix-current/mathomatic/pkg/usr/share/applications install -d /home/djemos/salix-current/mathomatic/pkg/usr/share/pixmaps install mathomatic /home/djemos/salix-current/mathomatic/pkg/usr/bin install -m 0644 icons/mathomatic.desktop /home/djemos/salix-current/mathomatic/pkg/usr/share/applications install -m 0644 icons/mathomatic.png /home/djemos/salix-current/mathomatic/pkg/usr/share/pixmaps install -m 0644 icons/mathomatic.xpm /home/djemos/salix-current/mathomatic/pkg/usr/share/pixmaps install -d /home/djemos/salix-current/mathomatic/pkg/usr/man/man1 install -d /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic install -d /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/html install -d /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/m4 install -d /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/tests install -d /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/factorial install -m 0644 mathomatic.1 /home/djemos/salix-current/mathomatic/pkg/usr/man/man1 install -m 0644 VERSION AUTHORS COPYING README.txt changes.txt /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic install -m 0644 doc/* /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/html install -m 0644 m4/* /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/m4 install -m 0644 tests/* /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/tests install -m 0644 factorial/* /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/factorial Mathomatic is installed. /home/djemos/salix-current/mathomatic/pkg: σύνολο 8 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 install drwxr-xr-x 7 root root 4096 Ιαν 6 19:28 usr /home/djemos/salix-current/mathomatic/pkg/install: σύνολο 4 -rw-r--r-- 1 root root 646 Ιαν 6 19:28 slack-desc /home/djemos/salix-current/mathomatic/pkg/usr: σύνολο 20 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 bin drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 doc drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 man drwxr-xr-x 5 root root 4096 Ιαν 6 19:28 share drwxr-xr-x 3 root root 4096 Ιαν 6 19:27 src /home/djemos/salix-current/mathomatic/pkg/usr/bin: σύνολο 232 -rwxr-xr-x 1 root root 236056 Ιαν 6 19:28 mathomatic /home/djemos/salix-current/mathomatic/pkg/usr/doc: σύνολο 4 drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 mathomatic-15.3.7 /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7: σύνολο 4 drwxr-xr-x 6 root root 4096 Ιαν 6 19:28 mathomatic /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic: σύνολο 92 -rw-r--r-- 1 root root 1168 Ιαν 6 19:28 AUTHORS -rw-r--r-- 1 root root 26430 Ιαν 6 19:28 COPYING -rw-r--r-- 1 root root 12415 Ιαν 6 19:28 README.txt -rw-r--r-- 1 root root 7 Ιαν 6 19:28 VERSION -rw-r--r-- 1 root root 24250 Ιαν 6 19:28 changes.txt drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 factorial drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 html drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 m4 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 tests /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/factorial: σύνολο 20 -rw-r--r-- 1 root root 454 Ιαν 6 19:28 README.txt -rw-r--r-- 1 root root 476 Ιαν 6 19:28 fact.c -rw-r--r-- 1 root root 616 Ιαν 6 19:28 fact.py -rw-r--r-- 1 root root 607 Ιαν 6 19:28 factorial -rw-r--r-- 1 root root 310 Ιαν 6 19:28 intfact.c /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/html: σύνολο 196 -rw-r--r-- 1 root root 772 Ιαν 6 19:28 README.txt -rw-r--r-- 1 root root 76019 Ιαν 6 19:28 am.html -rw-r--r-- 1 root root 1075 Ιαν 6 19:28 doc.css -rw-r--r-- 1 root root 318 Ιαν 6 19:28 favicon.ico -rw-r--r-- 1 root root 24927 Ιαν 6 19:28 fdl-1.3-standalone.html -rw-r--r-- 1 root root 893 Ιαν 6 19:28 greenfade.png -rw-r--r-- 1 root root 2576 Ιαν 6 19:28 index.html -rw-r--r-- 1 root root 1174 Ιαν 6 19:28 led_circle_green.png -rw-r--r-- 1 root root 23891 Ιαν 6 19:28 manual.html -rw-r--r-- 1 root root 1790 Ιαν 6 19:28 matho-mult.1.html -rw-r--r-- 1 root root 2038 Ιαν 6 19:28 matho-pascal.1.html -rw-r--r-- 1 root root 3460 Ιαν 6 19:28 matho-primes.1.html -rw-r--r-- 1 root root 1772 Ιαν 6 19:28 matho-sum.1.html -rw-r--r-- 1 root root 2145 Ιαν 6 19:28 matho-sumsq.1.html -rw-r--r-- 1 root root 9065 Ιαν 6 19:28 mathomatic.1.html -rw-r--r-- 1 root root 189 Ιαν 6 19:28 mathomatic16x16.png -rw-r--r-- 1 root root 2902 Ιαν 6 19:28 open_book_nae_02.png -rw-r--r-- 1 root root 2031 Ιαν 6 19:28 primorial.1.html /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/m4: σύνολο 32 -rw-r--r-- 1 root root 2408 Ιαν 6 19:28 README.txt -rw-r--r-- 1 root root 938 Ιαν 6 19:28 degrees.m4 -rw-r--r-- 1 root root 2518 Ιαν 6 19:28 functions.m4 -rw-r--r-- 1 root root 616 Ιαν 6 19:28 matho -rw-r--r-- 1 root root 694 Ιαν 6 19:28 matho-install -rw-r--r-- 1 root root 795 Ιαν 6 19:28 matho-install-degrees -rw-r--r-- 1 root root 374 Ιαν 6 19:28 matho-uninstall -rw-r--r-- 1 root root 519 Ιαν 6 19:28 rmath /home/djemos/salix-current/mathomatic/pkg/usr/doc/mathomatic-15.3.7/mathomatic/tests: σύνολο 244 -rw-r--r-- 1 root root 1843 Ιαν 6 19:28 README.txt -rw-r--r-- 1 root root 678 Ιαν 6 19:28 all.in -rw-r--r-- 1 root root 96849 Ιαν 6 19:28 all.out -rw-r--r-- 1 root root 428 Ιαν 6 19:28 circles.in -rw-r--r-- 1 root root 326 Ιαν 6 19:28 collatz.in -rw-r--r-- 1 root root 299 Ιαν 6 19:28 conversions.in -rw-r--r-- 1 root root 1088 Ιαν 6 19:28 cubic.in -rw-r--r-- 1 root root 1054 Ιαν 6 19:28 david.in -rw-r--r-- 1 root root 900 Ιαν 6 19:28 demo.in -rw-r--r-- 1 root root 445 Ιαν 6 19:28 distance.in -rw-r--r-- 1 root root 432 Ιαν 6 19:28 electronics.in -rw-r--r-- 1 root root 593 Ιαν 6 19:28 ellipse.in -rw-r--r-- 1 root root 2303 Ιαν 6 19:28 examples.in -rw-r--r-- 1 root root 422 Ιαν 6 19:28 fibonacci.in -rw-r--r-- 1 root root 721 Ιαν 6 19:28 finance.in -rw-r--r-- 1 root root 574 Ιαν 6 19:28 fix1.in -rw-r--r-- 1 root root 359 Ιαν 6 19:28 fix2.in -rw-r--r-- 1 root root 202 Ιαν 6 19:28 fix5.in -rw-r--r-- 1 root root 370 Ιαν 6 19:28 fix7.in -rw-r--r-- 1 root root 287 Ιαν 6 19:28 fix8.in -rw-r--r-- 1 root root 238 Ιαν 6 19:28 fix9.in -rw-r--r-- 1 root root 400 Ιαν 6 19:28 fraction.in -rw-r--r-- 1 root root 865 Ιαν 6 19:28 geometry.in -rw-r--r-- 1 root root 1783 Ιαν 6 19:28 heron.in -rw-r--r-- 1 root root 1822 Ιαν 6 19:28 how_limit_works.in -rw-r--r-- 1 root root 729 Ιαν 6 19:28 limits.in -rw-r--r-- 1 root root 717 Ιαν 6 19:28 linear.in -rw-r--r-- 1 root root 962 Ιαν 6 19:28 pie.in -rw-r--r-- 1 root root 658 Ιαν 6 19:28 points.in -rw-r--r-- 1 root root 746 Ιαν 6 19:28 poly.in -rw-r--r-- 1 root root 506 Ιαν 6 19:28 pyth3d.in -rw-r--r-- 1 root root 575 Ιαν 6 19:28 radius.in -rw-r--r-- 1 root root 784 Ιαν 6 19:28 simplify.in -rw-r--r-- 1 root root 723 Ιαν 6 19:28 t -rw-r--r-- 1 root root 60 Ιαν 6 19:28 test.in -rw-r--r-- 1 root root 153 Ιαν 6 19:28 test1.in -rw-r--r-- 1 root root 173 Ιαν 6 19:28 test2.in -rw-r--r-- 1 root root 671 Ιαν 6 19:28 test6.in /home/djemos/salix-current/mathomatic/pkg/usr/man: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 man1 /home/djemos/salix-current/mathomatic/pkg/usr/man/man1: σύνολο 4 -rw-r--r-- 1 root root 3057 Ιαν 6 19:28 mathomatic.1.gz /home/djemos/salix-current/mathomatic/pkg/usr/share: σύνολο 12 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 applications drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 icons drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 pixmaps /home/djemos/salix-current/mathomatic/pkg/usr/share/applications: σύνολο 4 -rw-r--r-- 1 root root 241 Ιαν 6 19:28 mathomatic.desktop /home/djemos/salix-current/mathomatic/pkg/usr/share/icons: σύνολο 4 drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 hicolor /home/djemos/salix-current/mathomatic/pkg/usr/share/icons/hicolor: σύνολο 4 drwxr-xr-x 3 root root 4096 Ιαν 6 19:28 48x48 /home/djemos/salix-current/mathomatic/pkg/usr/share/icons/hicolor/48x48: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 apps /home/djemos/salix-current/mathomatic/pkg/usr/share/icons/hicolor/48x48/apps: σύνολο 4 -rw-r--r-- 1 root root 329 Ιαν 6 19:28 mathomatic.png /home/djemos/salix-current/mathomatic/pkg/usr/share/pixmaps: σύνολο 8 -rw-r--r-- 1 root root 329 Ιαν 6 19:28 mathomatic.png -rw-r--r-- 1 root root 1319 Ιαν 6 19:28 mathomatic.xpm /home/djemos/salix-current/mathomatic/pkg/usr/src: σύνολο 4 drwxr-xr-x 2 root root 4096 Ιαν 6 19:28 mathomatic-15.3.7 /home/djemos/salix-current/mathomatic/pkg/usr/src/mathomatic-15.3.7: σύνολο 4 -rw-r--r-- 1 root root 1327 Ιαν 6 19: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/djemos/salix-current/mathomatic/mathomatic-15.3.7-i486-1dj.txz ./ install/ install/slack-desc usr/ usr/man/ usr/man/man1/ usr/man/man1/mathomatic.1.gz usr/doc/ usr/doc/mathomatic-15.3.7/ usr/doc/mathomatic-15.3.7/mathomatic/ usr/doc/mathomatic-15.3.7/mathomatic/m4/ usr/doc/mathomatic-15.3.7/mathomatic/m4/README.txt usr/doc/mathomatic-15.3.7/mathomatic/m4/matho usr/doc/mathomatic-15.3.7/mathomatic/m4/matho-install-degrees usr/doc/mathomatic-15.3.7/mathomatic/m4/degrees.m4 usr/doc/mathomatic-15.3.7/mathomatic/m4/functions.m4 usr/doc/mathomatic-15.3.7/mathomatic/m4/matho-uninstall usr/doc/mathomatic-15.3.7/mathomatic/m4/matho-install usr/doc/mathomatic-15.3.7/mathomatic/m4/rmath usr/doc/mathomatic-15.3.7/mathomatic/COPYING usr/doc/mathomatic-15.3.7/mathomatic/VERSION usr/doc/mathomatic-15.3.7/mathomatic/factorial/ usr/doc/mathomatic-15.3.7/mathomatic/factorial/factorial usr/doc/mathomatic-15.3.7/mathomatic/factorial/README.txt usr/doc/mathomatic-15.3.7/mathomatic/factorial/fact.c usr/doc/mathomatic-15.3.7/mathomatic/factorial/intfact.c usr/doc/mathomatic-15.3.7/mathomatic/factorial/fact.py usr/doc/mathomatic-15.3.7/mathomatic/README.txt usr/doc/mathomatic-15.3.7/mathomatic/tests/ usr/doc/mathomatic-15.3.7/mathomatic/tests/poly.in usr/doc/mathomatic-15.3.7/mathomatic/tests/ellipse.in usr/doc/mathomatic-15.3.7/mathomatic/tests/points.in usr/doc/mathomatic-15.3.7/mathomatic/tests/circles.in usr/doc/mathomatic-15.3.7/mathomatic/tests/cubic.in usr/doc/mathomatic-15.3.7/mathomatic/tests/simplify.in usr/doc/mathomatic-15.3.7/mathomatic/tests/test6.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fix8.in usr/doc/mathomatic-15.3.7/mathomatic/tests/pie.in usr/doc/mathomatic-15.3.7/mathomatic/tests/david.in usr/doc/mathomatic-15.3.7/mathomatic/tests/test2.in usr/doc/mathomatic-15.3.7/mathomatic/tests/electronics.in usr/doc/mathomatic-15.3.7/mathomatic/tests/demo.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fix1.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fraction.in usr/doc/mathomatic-15.3.7/mathomatic/tests/collatz.in usr/doc/mathomatic-15.3.7/mathomatic/tests/README.txt usr/doc/mathomatic-15.3.7/mathomatic/tests/fix7.in usr/doc/mathomatic-15.3.7/mathomatic/tests/radius.in usr/doc/mathomatic-15.3.7/mathomatic/tests/test1.in usr/doc/mathomatic-15.3.7/mathomatic/tests/distance.in usr/doc/mathomatic-15.3.7/mathomatic/tests/geometry.in usr/doc/mathomatic-15.3.7/mathomatic/tests/conversions.in usr/doc/mathomatic-15.3.7/mathomatic/tests/test.in usr/doc/mathomatic-15.3.7/mathomatic/tests/all.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fibonacci.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fix2.in usr/doc/mathomatic-15.3.7/mathomatic/tests/finance.in usr/doc/mathomatic-15.3.7/mathomatic/tests/all.out usr/doc/mathomatic-15.3.7/mathomatic/tests/how_limit_works.in usr/doc/mathomatic-15.3.7/mathomatic/tests/examples.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fix9.in usr/doc/mathomatic-15.3.7/mathomatic/tests/pyth3d.in usr/doc/mathomatic-15.3.7/mathomatic/tests/fix5.in usr/doc/mathomatic-15.3.7/mathomatic/tests/limits.in usr/doc/mathomatic-15.3.7/mathomatic/tests/linear.in usr/doc/mathomatic-15.3.7/mathomatic/tests/t usr/doc/mathomatic-15.3.7/mathomatic/tests/heron.in usr/doc/mathomatic-15.3.7/mathomatic/AUTHORS usr/doc/mathomatic-15.3.7/mathomatic/changes.txt usr/doc/mathomatic-15.3.7/mathomatic/html/ usr/doc/mathomatic-15.3.7/mathomatic/html/matho-primes.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/doc.css usr/doc/mathomatic-15.3.7/mathomatic/html/mathomatic.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/matho-sum.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/open_book_nae_02.png usr/doc/mathomatic-15.3.7/mathomatic/html/primorial.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/README.txt usr/doc/mathomatic-15.3.7/mathomatic/html/mathomatic16x16.png usr/doc/mathomatic-15.3.7/mathomatic/html/greenfade.png usr/doc/mathomatic-15.3.7/mathomatic/html/manual.html usr/doc/mathomatic-15.3.7/mathomatic/html/matho-mult.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/favicon.ico usr/doc/mathomatic-15.3.7/mathomatic/html/led_circle_green.png usr/doc/mathomatic-15.3.7/mathomatic/html/matho-pascal.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/index.html usr/doc/mathomatic-15.3.7/mathomatic/html/am.html usr/doc/mathomatic-15.3.7/mathomatic/html/matho-sumsq.1.html usr/doc/mathomatic-15.3.7/mathomatic/html/fdl-1.3-standalone.html usr/share/ usr/share/applications/ usr/share/applications/mathomatic.desktop usr/share/pixmaps/ usr/share/pixmaps/mathomatic.xpm usr/share/pixmaps/mathomatic.png usr/share/icons/ usr/share/icons/hicolor/ usr/share/icons/hicolor/48x48/ usr/share/icons/hicolor/48x48/apps/ usr/share/icons/hicolor/48x48/apps/mathomatic.png usr/src/ usr/src/mathomatic-15.3.7/ usr/src/mathomatic-15.3.7/SLKBUILD usr/bin/ usr/bin/mathomatic Slackware package /home/djemos/salix-current/mathomatic/mathomatic-15.3.7-i486-1dj.txz created. Package has been built. Cleaning pkg and src directories