Re: PyPackager
I ll write a tutorial on how to use it.
But briefly,
It s a tool to create a package from a folder witch contains the files to install in tree structure.
For example, for a simple python script nammed 'plong.py' launched by a sh script you need to create this structure in a folder nammed 'sources' :
sources/usr/bin/plong (a sh file with a simple command : python '/usr/lib/plong/plong.py'
sources/usr/lib/plong/plong.py
sources/usr/share/application/hildon/plong.desktop
sources/usr/share/pixmaps/plong.png
then select the folder 'sources' with the choose folder in PyPackager
Last edited by Khertan; 2007-09-11 at 20:18.
|