Difference between revisions of "Packaging Standards"
Jump to navigation
Jump to search
Line 31: | Line 31: | ||
| Installed-Size || Size of installed package | | Installed-Size || Size of installed package | ||
|- | |- | ||
+ | |} | ||
+ | |||
+ | |||
+ | |||
+ | |||
+ | {| class="wikitable" border="1" | ||
| valign="top" | Source | | valign="top" | Source | ||
− | + | {| class="wikitable" width="200"; border="1" | |
− | {| class="wikitable" width="200"; | ||
| Title || Actual title of application | | Title || Actual title of application | ||
|- | |- | ||
Line 56: | Line 61: | ||
| License || Package license conditions | | License || Package license conditions | ||
|- | |- | ||
− | |||
|} | |} |
Revision as of 08:44, 31 August 2009
This page will document the agreed packaging standards for webOS homebrew ipkg files and open standard ipkg feeds.
Name | Definition |
---|---|
Size | Package size (in KB) |
Status | Installed/Not-installed (and other stuff we don't use) |
Architecture | ** |
Section | The category when there is no source data |
Package | Package name in reverse-dns style |
Filename | Actual name of .ipk file |
Depends | Actual package names of dependencies (comma-space separated, ignore contents of () at the end) |
Maintainer | Group or individual responsible for maintenance |
Version | In x.y.z or w.x.y.z format |
Description | Title of the package |
MD5Sum | MD5 checksum of package to verify downloaded file |
Installed-Time | Timestamp of installation |
Installed-Size | Size of installed package |
Source
|