On 06/24/2016 02:26 PM, Joshua DeWeese wrote:
> Thanks for the input. I investigated opkg-build (actually I ipkg-build), but it
> seemed to miss key functionality for what I wanted (assign file ownership to
> users of the target system which don't exist on the build host). Also it seemed
> like many such tools used to make deb/ipkg/opkg files assume:
> - building pkgs and software are done as separate projects, and/or by separate
> groups of people
> - source is distributed as tar-balls and patching is done with things like patch
> or quilt
You are right, tools like OpenEmbedded have code in charge of fetching the
source, building it, then stagging it for packaging (opkg-build). To get proper
file ownership, OpenEmbedded in particular uses pseudo, which is similar to
fakeroot.
yeah, that is straightforward indeed, for people not using OpenEmbedded a tool
like this one can be really handy.
> For what its worth, I have updated t script to tolerate comments and empty
> lines, and have attached the update and a better sample control file.
looks good to me, I will shoot you an email once the opkg homepage is ready as I
envision it will have a tools page. We can add this tool there.
I am hoping I can get to writing a homepage at some point this summer, will keep
you updated.
Thanks!
--
Cheers,
Alejandro