OESF Portables Forum

Model Specific Forums => Sharp Zaurus => Zaurus - pdaXrom => Topic started by: lekter on December 31, 2003, 10:59:32 am

Title: New apps compiled, how to make the ipk?
Post by: lekter on December 31, 2003, 10:59:32 am
I have these apps working 100% on cacko x11 rom:

  1) Freecraft with warcraft tileset: I love this game. I think I cannot distribute this, but, ...
  2) barrage-1.0.1: simple war game
  3) lbreakout2-2.5beta-3: a very good arkanoid like game
  4) lgeneral-1.1.1: Similar in concept to panzer general (strategy)
  5) screen-4.0.1: The screen utility
  6) libxslt-1.0.33: libxslt

Now I need how to make the IPKs with checkinstall but it always fails (it makes the ipk but there is nothing inside) (see my other post for detailed). I will happily contribute my ipk\'s once I solve this problem.

In between, I will continue compiling everything I can...
Title: New apps compiled, how to make the ipk?
Post by: lekter on January 01, 2004, 12:56:02 pm
New apps working:
  - gdk-pixbuf
  - aumix
  - gtk-gnutella
  - xrick

Hints for making the ipk\'s?
Title: New apps compiled, how to make the ipk?
Post by: sashz on January 01, 2004, 01:22:10 pm
http://docs.zaurus.com/index.php?id=ipkg_howto (http://docs.zaurus.com/index.php?id=ipkg_howto)

use mkipkg against   ipkg-build.sh
Title: New apps compiled, how to make the ipk?
Post by: lekter on January 01, 2004, 04:00:10 pm
Ok. I downloaded  ipkg-build.sh.

I want to make the cpio package, so I create the structure and the CONTROL/control in the \"cpio\" directory. Then I run:

ipkg-build.sh cpio

The result is: Packaged contents of cpio into ./cpio_2.5_arm.ipk

I have the IPK. But it seems that is incompatible with x11rom:

# ipkg install cpio_2.5_arm.ipk
tar: ./control.tar.gz: Not found in archive
And more errors.

If I untar an gunzip the ipk, control.tar.gz and data.tar.gz are there. I think ipkg-build.sh is using \"tar\" instead of \"ar\".

What do you use to make packages?
Title: New apps compiled, how to make the ipk?
Post by: offroadgeek on January 01, 2004, 04:10:54 pm
you should definitely use tar instead of ar for the x11 rom.  ar works with OZ.

I haven\'t yet built a package from scratch, but I have taken an ipk that was built with ar, and repackaged it with tar.
Title: New apps compiled, how to make the ipk?
Post by: lekter on January 01, 2004, 05:29:30 pm
ipkg-build.sh works ok, but only outside zaurus. I AM MAKING THE IPK\'S !!!!

Thanks a lot. Now I will start sending you the ipk\'s...
Title: New apps compiled, how to make the ipk?
Post by: ScottYelich on January 02, 2004, 01:43:33 pm
*rubs hands together*

:-]

I\'m going to look up lgeneral now.

Scott
Title: New apps compiled, how to make the ipk?
Post by: ScottYelich on January 02, 2004, 01:52:51 pm
Quote
I have these apps working 100% on cacko x11 rom:

  1) Freecraft with warcraft tileset: I love this game. I think I cannot distribute this, but, ...
  2) barrage-1.0.1: simple war game
  3) lbreakout2-2.5beta-3: a very good arkanoid like game
  4) lgeneral-1.1.1: Similar in concept to panzer general (strategy)
  5) screen-4.0.1: The screen utility
  6) libxslt-1.0.33: libxslt

Now I need how to make the IPKs with checkinstall but it always fails (it makes the ipk but there is nothing inside) (see my other post for detailed). I will happily contribute my ipk\'s once I solve this problem.

In between, I will continue compiling everything I can...

catch me as \"absentia\" on irc.freenode.net #cacko / #zaurus

I\'ll give you an account on a relatively fast box of mine to upload to -- the other people
can wget down these (ie: zug, cacko, etc).

Scott
Title: New apps compiled, how to make the ipk?
Post by: omin0us on January 02, 2004, 01:54:25 pm
heh, i didn\'t know you were absentia.
Title: New apps compiled, how to make the ipk?
Post by: ScottYelich on January 02, 2004, 01:55:20 pm
heheh :-]

My name isn\'t hidden (in irc).

Scott
Title: New apps compiled, how to make the ipk?
Post by: offroadgeek on January 02, 2004, 02:07:08 pm
the following files have been added to http://www.zaurususergroup.com/x11feed (http://www.zaurususergroup.com/x11feed):

barrage_1.0.1_arm.ipk
cpio_2.5_arm.ipk
gdk-pixbuf_0.22.0_arm.ipk
lbreakout2_2.5_beta-3_arm.ipk
lgeneral_1.1.1_arm.ipk
libxslt_1.0.33_arm.ipk
ltris_1.0.5_arm.ipk
screen_4.0.1_arm.ipk
tar_1.13.92_arm.ipk
Title: New apps compiled, how to make the ipk?
Post by: doublec on January 03, 2004, 08:12:49 am
If you want to run ipkg-build.sh from the Zaurus itself it just requires modifying to not use the -z flag to tar and instead gzip the files seperately. Or install a newer tar on your Zaurus. I\'ve modified the ipkg-build.sh and you can get it from:

http://radio.weblogs.com/0102385/categorie...01/04.html#a467 (http://radio.weblogs.com/0102385/categories/zaurus/2004/01/04.html#a467)

Chris.
Title: New apps compiled, how to make the ipk?
Post by: Anonymous on January 03, 2004, 08:12:53 am
Hello,

I found a good howto create ipks:

http://radio.weblogs.com/0102385/categorie...urus/index.html (http://radio.weblogs.com/0102385/categories/zaurus/index.html)


LinuxDoc
Title: New apps compiled, how to make the ipk?
Post by: doublec on January 03, 2004, 08:14:01 am
Heh, we posted at the same time :-). That was quick too, I only just wrote it!

Chris.
Title: New apps compiled, how to make the ipk?
Post by: Anonymous on January 03, 2004, 08:16:57 am
Hehe , post at same time :-)
thx for you weblog

LinuxDoc
Title: New apps compiled, how to make the ipk?
Post by: jerrybme on January 05, 2004, 05:46:46 pm
lekter thanks for the great work on all of the ipks, thanks for sharing. Any chance you could recompile Wellenrieter II? See my request here. The thread includes a link to code source.

Cheers,
Jerry (https://www.oesf.org/forums/index.php?showtopic=860)