-
Notifications
You must be signed in to change notification settings - Fork 0
Home
mcarpenter edited this page Jun 9, 2012
·
15 revisions
gnupkg provides an easy way to make Solaris pkgadd(1) packages from source, in one step.
gnupkg <url-of-source-tarball>
Done! gnupkg is to Solaris what checkinstall is to Linux. No more messing with prototype(4), pkginfo(4), pkgmk(1), pkgtrans(1), ... unless you really want to.
gnupkg aims for the 80% case where ./configure && make && make install is sufficient to install the software but is adaptable to other cases by permitting the override any of these three steps, some "slight tweaks".