- 論壇徽章:
- 0
|
* This document is divided into two sections:
- First part -- making Solaris packages from your own code.
- Second part -- making Solaris packages from third-party code distributed as source.
Make packages in Solaris
* There is no predefined method of creating Solaris packages.
* This document is divided into two sections:
- First part -- making Solaris packages from your own code.
- Second part -- making Solaris packages from third-party code distributed as source.
* Before reading this document, you may want to look at two man pages:
man prototype
man -s4 pkginfo
*** Part 1 -- making Solaris packages from your own code:
- First, create a file called Makefile containing the following:
PKG=SOMEname prototype
- Create a pkginfo file (also in the main source directory):
PKG=SOMEname
NAME=myprogram
本文來自ChinaUnix博客,如果查看原文請點:http://blog.chinaunix.net/u/10290/showart_48710.html |
|