author | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
commit | 6504c09407f6cdf0e131205e0337ba6bc7046182 (patch) (unidiff) | |
tree | 87f92a0902a09a97c543f76fb7cff7345f465191 /example | |
parent | 01fce94491cd4ceaffaaf7564f762b86ddf47241 (diff) | |
download | opie-6504c09407f6cdf0e131205e0337ba6bc7046182.zip opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.gz opie-6504c09407f6cdf0e131205e0337ba6bc7046182.tar.bz2 |
Add Package: field to control files. This will facilitate ditching mkipks in favor of something with some sanity.
-rw-r--r-- | example/example.control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/example/example.control b/example/example.control index 4dd49a9..08c5a5d 100644 --- a/example/example.control +++ b/example/example.control | |||
@@ -1,11 +1,12 @@ | |||
1 | Package: example | ||
1 | Files: bin/example apps/Applications/example.desktop pics/example.png | 2 | Files: bin/example apps/Applications/example.desktop pics/example.png |
2 | Priority: optional | 3 | Priority: optional |
3 | Section: opie/applications | 4 | Section: opie/applications |
4 | Maintainer: Warwick Allison <warwick@trolltech.com> | 5 | Maintainer: Warwick Allison <warwick@trolltech.com> |
5 | Architecture: arm | 6 | Architecture: arm |
6 | Version: 1.0.0 | 7 | Version: 1.0.0 |
7 | Depends: qpe-base | 8 | Depends: qpe-base |
8 | License: Public Domain | 9 | License: Public Domain |
9 | Description: Example program | 10 | Description: Example program |
10 | An example program for the Opie environment. | 11 | An example program for the Opie environment. |
11 | Does nothing interesting. | 12 | Does nothing interesting. |