[Home]Tips/Building Solaris Packages

Scalene Wiki | Tips | Recent Changes |

Difference (from prior major revision) (no other diffs)

Changed: 8,13c8,13
0 install application in ${HOME}/MYapp
0 create pkg files in ${HOME}/build
0 cd ${HOME} && pkgproto ./MYapp > build/MYapp.proto
0 clean up & edit prototype file
0 cd ${HOME}/build && pkgmk -b ${HOME} -f MYapp.proto -d ../built
0 cd ${HOME}/built && pkgtrans -s . MYapp-version MYapp
# install application in ${HOME}/MYapp
# create pkg files in ${HOME}/build
# cd ${HOME} && pkgproto ./MYapp > build/MYapp.proto
# clean up & edit prototype file
# cd ${HOME}/build && pkgmk -b ${HOME} -f MYapp.proto -d ../built
# cd ${HOME}/built && pkgtrans -s . MYapp-version MYapp

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: