help building ipk packages

"Marco Trevisan (Treviño)" mail at 3v1n0.net
Fri Sep 26 17:16:26 CEST 2008


Joseph Reeves wrote:
> Not using bb, but this is how I made a small ipk from source:
> 
> http://blogs.thehumanjourney.net/finds/entry/3

Adding a control file like:
 Package: $name
 Section: $section>
 Priority: optional
 Version: $version
 Architecture: armv4t
 Maintainer: $your-name
 Depends: $comma-separated-dependencies
 Description: $description
 Source: $archive-origin (http, svn, git...)

Could help (mostly for dependencies)...
To use it, you've only to copy it in a "software-control" file and use
 om-make-ipkg $sw-path software-control

To build the ipk...

-- 
Treviño's World - Life and Linux
http://www.3v1n0.net/





More information about the community mailing list