Hi,
From what i understood .ipk files are supposed to be really tar files. I am having problem with octave, and a few other files in the past were ipkg graphical installer wouldn't see a package and the command line complained that it couldn't uncompress them.
So i uncompressed octave.ipk with ar and i got three files, control,..., debian-binary. How do i install this? Can i repackage this as a normal ipk so that the installer can handle it?
Are these ar files from pdaxrom? Why do they exist like this, and why is there no compatibility? Would it not be possible to configure ipkg to try tar and then ar if it is not successful?