Adil Mujeeb wrote: > 1) Create SVR4 package and convert it into IPS pacakge > 2) Create spec file similar to Linux RPM and create IPS pacakge using > pkgtool. I saw that in Source Juicer, it uses spec file. > 3) Create directly IPS package directly using pkgsend > > I still dont know which is the standard / preferred way of creating a package.
There is no preferred way. The most "native", and possibly most flexible, way is to write a manifest and use pkgsend to publish it to a repository. But if you're starting out with an SVr4 package, or with a spec file, then it makes more sense to use the conversion tools. Danek _______________________________________________ pkg-discuss mailing list [email protected] http://mail.opensolaris.org/mailman/listinfo/pkg-discuss
