[Home]Tips/Building Solaris Packages

Scalene Wiki | Tips | Recent Changes |

Building Solaris Packages

This page has notes related to creating Solaris packages.

Sun has an excellent document - The Application Packaging Developer's Guide : [SunDoc:805-6338]

General example

  1. install application in ${HOME}/MYapp
  2. create pkg files in ${HOME}/build
  3. cd ${HOME} && pkgproto ./MYapp > build/MYapp.proto
  4. clean up & edit prototype file
  5. cd ${HOME}/build && pkgmk -b ${HOME} -f MYapp.proto -d ../built
  6. cd ${HOME}/built && pkgtrans -s . MYapp-version MYapp

Scalene Wiki | Tips | Recent Changes |
This page is read-only | View other revisions
Last edited August 12, 2006 19:59 by Jason (diff)
Search: