Subject: Re: Creating a binary package
To: None <tech-userlevel@netbsd.org>
From: Thomas Klausner <wiz@netbsd.org>
List: tech-userlevel
Date: 03/26/2003 11:50:36
On Wed, Mar 26, 2003 at 12:40:03PM +0200, Lucio De Re wrote:
> At least, that's what I need to do now, but I will use the package
> system for a couple of source projects in the near future as well.
> 
> Now, what I need is an idiot guide to creating a binary package.  The
> "pkg_create" man page doesn't seem to go into sufficient details.

Are you looking for
	cd /usr/pkgsrc/<category>/<package>
	make package
or something more complicated?
 Thomas