author | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
---|---|---|
committer | kergoth <kergoth> | 2003-04-22 19:00:09 (UTC) |
commit | 6504c09407f6cdf0e131205e0337ba6bc7046182 (patch) (side-by-side diff) | |
tree | 87f92a0902a09a97c543f76fb7cff7345f465191 /example/example.control | |
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 @@ +Package: example Files: bin/example apps/Applications/example.desktop pics/example.png Priority: optional Section: opie/applications Maintainer: Warwick Allison <warwick@trolltech.com> Architecture: arm Version: 1.0.0 Depends: qpe-base License: Public Domain Description: Example program An example program for the Opie environment. Does nothing interesting. |