internet package archive
How can I manually unpack a *.ipk file?
These files are gzipped tarballs. So you need merely execute
'tar xfz packagename.ipk'. This will unpack two other
tar balls control.tar.gz and data.tar.gz. The first contains
information for ipk to do a proper installation of the package,
the second contains the binaries and data files of the package.