| Line 1: | Line 1: | ||
[[Category:devguide]] | [[Category:devguide]] | ||
| + | |||
| + | To distribute an application to a MeeGo device, it must be packaged using the [http://en.wikipedia.org/wiki/RPM_Package_Manager RPM] format. | ||
| + | |||
| + | An RPM file is a binary file consisting of: | ||
| + | |||
| + | * A signature to verify the origin and integrity of the package | ||
| + | * Metadata (name, version, architecture, authors etc.) | ||
| + | * Files to be installed on the destination filesystem (e.g. executables, images, documentation) | ||
| + | |||
| + | To create an RPM file, you need ??? | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
| + | |||
See: | See: | ||
To distribute an application to a MeeGo device, it must be packaged using the RPM format.
An RPM file is a binary file consisting of:
To create an RPM file, you need ???
See: