PDA

View Full Version : Packaging for maemo onboard


Khertan
2007-07-18, 13:47
Hi,

I'm porting pyne4maemo and as i dev onboard i would know if it ll be possible to make package onboard. I'm totally a newbie in creating debian packages process. I ve read on a blog that someone have creating python script to make debian package for maemo. But i can't find it again, and when i ve tryed it, it won't work onboard due to the fact that some distutils libs is missing.

Thanks.

robmiller
2007-07-19, 06:15
hi,
you can cheat with the instructions on http://synthesize.us/HOWTO_make_a_deb_archive_without_dpkg

will need ar, tar, and gzip on n800

rob.

Khertan
2007-07-19, 07:44
Arg it s seems that ar command is missing on maemo bora ... i ll try with the python script distmaemo which seems to include a tool to do ar compressed file.

Thanks for your help.

JeffElkins
2007-11-11, 19:54
Arg it s seems that ar command is missing on maemo bora ... i ll try with the python script distmaemo which seems to include a tool to do ar compressed file.

Sorry for resurrecting this thread, but did you ever find ar? I just compiled binutils (ar is part) and have it running on my N800.

Khertan
2007-11-12, 09:00
Hum ... thanks.

But as i want PyPackager to be less dependents as possible, i made ar compress tool in python :) Ar format isn't very difficult to understand, and to reproduce.

Thanks.

My tool is available at maemo.org/downloads/ . PyPackager.