Unfortunately I can't find a working ipkg-build.sh for the sharp roms. The only ones I have are for OZ and they won't work with the ipkg used by sharp.

Maybe someone will post a 'working' link to one, or attach one here?

Quick dirty ipk hack:
Extract your gnurobbo_xxx_zaurus_source.tar.gz to your home directory.
Cd to gnurobbo-0.57.02-zaurus/ipk
Move the 'control' file from the CONTROL directory to the ipk directory and delete the CONTROL directory.
Make or copy a debian-binary from another ipk and place in ipk directory.
Open a terminal and:
CODE

[greg@nfis greg]$ cd gnurobbo-0.57.02-zaurus/ipk
[greg@nfis ipk]$ ls
control  debian-binary  opt/
[greg@nfis ipk]$ tar czvf data.tar.gz ./opt
./opt/
./opt/QtPalmtop/
./opt/QtPalmtop/bin/
./opt/QtPalmtop/bin/gnurobbo
./opt/QtPalmtop/bin/rungnurobbo
./opt/QtPalmtop/share/
./opt/QtPalmtop/share/gnurobbo/
./opt/QtPalmtop/share/gnurobbo/ciphers-sl5x00.bmp
./opt/QtPalmtop/share/gnurobbo/icons.bmp
./opt/QtPalmtop/share/gnurobbo/levels.dat
./opt/QtPalmtop/share/gnurobbo/textsmall.bmp
./opt/QtPalmtop/apps/
./opt/QtPalmtop/apps/Games/
./opt/QtPalmtop/apps/Games/gnurobbo.desktop
./opt/QtPalmtop/pics/
./opt/QtPalmtop/pics/gnurobbo.png
[greg@nfis ipk]$ tar czvf control.tar.gz ./control
./control
[greg@nfis ipk]$ tar czvf gnurobbo_0.57.02-zaurus_arm.ipk ./data.tar.gz ./control.tar.gz ./debian-binary
./data.tar.gz
./control.tar.gz
./debian-binary
[greg@nfis ipk]$

Remove the ipk from the ipk directory and install on your Z 'with' the package manager. Yes, this one works... It installs and uninstalls cleanly with the package manager.

Would someone with a C-series please test and post what it looks like on your larger screen?

Thanks

Greg

---------------------------------------------------

Here's Anton's script from the old Dev site. (it was in his ipkg-tools_1.01-1_arm.ipk in his feed)
It's zipped because pm's have trouble with gzips.

You just:

cd to your gnurobbo-0.57.02-zaurus directory that contains the ipk directory and

./ipkg-build ipk

Then you have an ipk with the name and version on your control file.

Enjoy!

Greg

