home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Misc / FTREE0.3.LHA / ftree / install-ftree < prev    next >
Encoding:
Text File  |  1994-11-15  |  4.9 KB  |  182 lines

  1. ; Hey Emacs, this script might as well be -*- lisp -*-
  2. ;
  3. ; Ftree installation script for Installer
  4. ;
  5. ; Copyright © 1994 P. Ivcimey-Cook
  6. ;
  7. ; $Id: install-ftree,v 1.1 1994/04/27 12:06:27 peteric Exp peteric $
  8. ;
  9. ; This script has been tested with Installer 1.24:
  10. ;
  11. ;     Installer and Installer project icon
  12. ;     (c) Copyright 1991-93 Commodore-Amiga, Inc.  All Rights Reserved.
  13. ;     Reproduced and distributed under license from Commodore.
  14. ;
  15. ;     INSTALLER SOFTWARE IS PROVIDED "AS-IS" AND SUBJECT TO CHANGE;
  16. ;     NO WARRANTIES ARE MADE.  ALL USE IS AT YOUR OWN RISK.  NO LIABILITY
  17. ;     OR RESPONSIBILITY IS ASSUMED.
  18. ;
  19. ; Use following Icon tooltypes / Command line options:
  20. ; APPNAME=FTree
  21. ; MINUSER=AVERAGE
  22. ;
  23. (set version "0.3")
  24. (set app-vname (cat @app-name " version " version))
  25. (set need-memory (* 400 1024))
  26.  
  27. (transcript "Installing the Family Tree Charter Version " version)
  28.  
  29. (welcome "    Welcome to " app-vname ".\n"
  30.         "Please note that " @app-name " can ONLY be run from a shell (CLI) at present."
  31. )
  32.  
  33. (set instdir (pathonly @icon))
  34.  
  35. (transcript "Checking available memory.")
  36. (set avail-mem (+ (database "total-mem")))
  37. (if (< avail-mem need-memory)
  38.     ((message "Your system has only " (/ avail-mem 1024) " kilobytes of "
  39.         "free memory, while " @app-name " needs at least "
  40.         (/ need-memory 1024) " to be useful.\n"
  41.         "You can continue the installation but be warned!")
  42.     (transcript "User decided to continue installation while available "
  43.         "memory was below the recommended minimum.")))
  44.  
  45. (if
  46.     (askbool
  47.         (prompt @app-name " is currently installed in directory " instdir "\n"
  48.                     "Do you wish to copy the files elsewhere?")
  49.         (help    "The installer can set up the system to use files"
  50.                 "in their current locations, or copy them elsewhere.\n"
  51.                 "Select Yes if you wish for the files to be copied somewhere else.")
  52.         (default 0)
  53.         (choices "Yes - Copy" "No - Leave")
  54.     )
  55.     (
  56.         (set newinstdir
  57.             (askdir
  58.                 (prompt "Please select a new directory for the " app-vname " files.")
  59.                 (help @askdir-help)
  60.                 (default (cat "TOOLS:FTree-" version))
  61.             )
  62.         )
  63.         
  64.         (set n 1)
  65.         (set m 10)                    ; number of files in this list
  66.         (while (set thisfile (select n
  67.                     "bin/ftree"
  68.                     "guide/ftree.guide"
  69.                     "guide/ftree.guide"
  70.                     "examples/example"
  71.                     "examples/people"
  72.                     "examples/cooks"
  73.                     "examples/mccallums"
  74.                     "libs/ixemul.library"
  75.                     "libs/arp.library"
  76.                     "ps/ftinit.ps"
  77.                 ))
  78.         (
  79.             
  80.             (copyfiles 
  81.                 (prompt "Copying file " thisfile " to new directory")
  82.                 (help @copyfiles-help)
  83.                 (icons)
  84.                 (source thisfile)
  85.                 (dest (tackon newinstdir thisfile))
  86.             )
  87.             
  88.             (transcript "Copying file \"" thisfile "\" to new directory.")
  89.             (complete (+ 10 (* (/ n m) 10)) )
  90.         ))
  91.         (set instdir newinstdir)
  92.         (complete 20)
  93.     )
  94.     (
  95.         (transcript "Installed directory \"" instdir "\" being left as-is.")
  96.         (complete 20)
  97.     )
  98. )
  99.  
  100. (set psfonts-assigned (exists "PSFONTS:" (noreq)))
  101. (set psfontdir (getassign "PSFONTS:" "vad"))
  102.  
  103. (if (NOT psfonts-assigned)
  104.     (
  105.         (transcript "\"PSFONTS:\" volume not defined.")
  106.         (set psfontdir (askdir
  107.                 (prompt "Please enter the directory in which PostScript fonts can be found.\n"
  108.                     "A directory \"afm\" will be created in this for the Adobe Font Metric files required by " @app-name)
  109.                 (help @askdir-help)
  110.                 (default "SYS:PSFonts")
  111.                 (newpath)
  112.             )
  113.         )
  114.         (makedir psfontdir)
  115.         (makedir (tackon psfontdir "afm"))
  116.         (makeassign "PSFONTS" psfontdir)
  117.         (startup @app-name
  118.                 (prompt @app-name " needs to modify the user-startup file so that the directory \"PSFONTS\" is available.")
  119.                 (help @startup-help)
  120.                 (command    "assign PSFONTS: " psfontdir "\n"
  121.                             "path " (tackon instdir "bin") " add\n")
  122.         )
  123.     )
  124.     (
  125.         (transcript "PSFONTS: assigned to " psfontdir )
  126.     )
  127. )
  128.  
  129. (complete 30)
  130.  
  131. (transcript "Installing ixemul.library")
  132.  
  133. (copylib
  134.     (help @copylib-help)
  135.     (prompt "Installing System Library (Ixemul.library)")
  136.     (confirm)
  137.     (source "Libs/ixemul.library")
  138.     (dest
  139.         (askdir
  140.             (prompt "Please select a place for \"ixemul.library\".")
  141.             (help @askdir-help)
  142.             (default "LIBS:")
  143.         )
  144.     )
  145. )
  146.  
  147. (complete 40)
  148.  
  149. (set vernum (getversion "exec.library" (resident)))
  150. (set execver (/ vernum 65536))
  151. (set execrel (- vernum (* execver 65536))
  152.  
  153. (transcript "Exec version " execver "." execrel " found.")
  154.  
  155. (if (< execver 37)
  156.     (
  157.         (transcript "Installing arp.library")
  158.  
  159.         (message "You are using an Amiga with an operating system earlier than Kickstart 2.\n"
  160.                 "The standard PostScript interpreter \"Post\" requires Kickstart 2 to work correctly.\n"
  161.                 "However, an external PostScript LaserPrinter can still be used to print " app-vname "'s output.\n"
  162.                 "Therefore the OS1.2/1.3 support library \"arp.library\" will be copied.")
  163.         
  164.         (copylib
  165.             (help @copylib-help)
  166.             (prompt "Installing System Library (Arp.library)")
  167.             (confirm)
  168.             (source "Libs/arp.library")
  169.             (dest
  170.                 (askdir
  171.                     (prompt "Please select a place for \"arp.library\".")
  172.                     (help @askdir-help)
  173.                     (default "LIBS:")
  174.                 )
  175.             )
  176.         )
  177.     )
  178. )
  179.  
  180. (complete 50)
  181.  
  182.