Subversion Repositories Kolibri OS

Rev

Blame | Last modification | View Log | Download | RSS feed

  1. Solaris packaging
  2. -----------------
  3.  
  4. To generate a Solaris package for Info-ZIP UnZip utilities,
  5. first see the top level INSTALL and README files.  Do a
  6. "make solaris", which will automatically build two Solaris
  7. installable package files for the package, IZunzip.
  8.  
  9.    IZunzip     -- Solaris installable package in directory format.
  10.    IZunzip_$(arch).pkg -- Solaris installable package in "stream" format.
  11.  
  12.    Where:  $(arch) := system architecture, currently i386, sparc, or ppc.
  13.                       (use "uname -p" to determine)
  14.  
  15. The ".pkg" file is a single file datastream that can be compressed
  16. and/or ftp'd.  This is the recommended form, because all required
  17. files are resident in the archive, and it is easily distributed.
  18.  
  19. To install, simply:
  20.  
  21.     1)  copy the package to the target system's /tmp directory.
  22.     2)  login or su to root
  23.     3)  pkgadd -d /tmp/IZunzip_$(arch).pkg
  24.     4)  add /opt/Info-ZIP/IZunzip/bin to PATH
  25.     5)  add /opt/Info-ZIP/IZunzip/man to MANPATH
  26.  
  27. This works for both SPARC and x86.
  28.  
  29. Ongoing maintenance:
  30.  
  31.   Keep the files, "prototype" and "pkginfo.in" up to date.
  32.   Observe variable substitutions made by "Makefile".
  33.   See manpages for pkginfo(1), pkginfo(4), pkgmk(1), pkgproto(1)
  34.  
  35. Variations:
  36.  
  37.   If you wish the base directory to be set to something other than
  38.   /opt/Info-ZIP, change the setting BASEDIR in pkginfo.in and
  39.   re-run the make.
  40.  
  41.  
  42. -John Bush (John.Bush@East.Sun.COM)
  43.  July 20, 1996
  44.  
  45.