author | spiralman <spiralman> | 2002-09-02 12:59:08 (UTC) |
---|---|---|
committer | spiralman <spiralman> | 2002-09-02 12:59:08 (UTC) |
commit | 4ee373ce314d6790c50861834d1c6d16f13b15f1 (patch) (unidiff) | |
tree | 5bbaa58e00de5c3c9b15989139c14b2165acca68 | |
parent | 8b7b59d22aaae92761054ae7d8e7f594a2a44898 (diff) | |
download | opie-4ee373ce314d6790c50861834d1c6d16f13b15f1.zip opie-4ee373ce314d6790c50861834d1c6d16f13b15f1.tar.gz opie-4ee373ce314d6790c50861834d1c6d16f13b15f1.tar.bz2 |
fixed .control files, added clean: target to the Makefile
12 files changed, 11 insertions, 11 deletions
diff --git a/noncore/tools/opie-sh/scripts/Makefile b/noncore/tools/opie-sh/scripts/Makefile index 1eddbc2..86efe5e 100644 --- a/noncore/tools/opie-sh/scripts/Makefile +++ b/noncore/tools/opie-sh/scripts/Makefile | |||
@@ -1,2 +1,13 @@ | |||
1 | all: | 1 | all: |
2 | cp *.sh ../../../../bin/ | 2 | cp *.sh ../../../../bin/ |
3 | clean: | ||
4 | rm ../../../../bin/diskfree.sh | ||
5 | rm ../../../../bin/filesystem_mounter.sh | ||
6 | rm ../../../../bin/hostlist.sh | ||
7 | rm ../../../../bin/killproc.sh | ||
8 | rm ../../../../bin/launcher_refresh.sh | ||
9 | rm ../../../../bin/logviewer.sh | ||
10 | rm ../../../../bin/opie-sh-wavelanchooser.sh | ||
11 | rm ../../../../bin/rsyncme.sh | ||
12 | rm ../../../../bin/service_manager.sh | ||
13 | rm ../../../../bin/usbnetctrl.sh | ||
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control index b825898..efdf08a 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-diskfree.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/diskfree.sh apps/Opie-SH/diskfree.desktop pics/opie-sh-scripts/diskfree.png | 1 | Files: bin/diskfree.sh apps/Opie-SH/diskfree.desktop pics/opie-sh-scripts/diskfree.png |
2 | Package: opie-sh-diskfree | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to df (show space left on mountpoints) | 10 | Description: frontend to df (show space left on mountpoints) |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control index f0abf88..fa92e73 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-fsmounter.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/filesystem_mounter.sh pics/opie-sh-scripts/fsmounter.png apps/Opie-SH/filesystem_mounter.desktop | 1 | Files: bin/filesystem_mounter.sh pics/opie-sh-scripts/fsmounter.png apps/Opie-SH/filesystem_mounter.desktop |
2 | Package: opie-sh-fsmounter | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to mount/unmount filesystems | 10 | Description: frontend to mount/unmount filesystems |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control index 099b055..4cacaf4 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-hostlist.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/hostlist.sh pics/opie-sh-scripts/hostlist.png apps/Opie-SH/hostlist.desktop share/config/hostlist.cfg | 1 | Files: bin/hostlist.sh pics/opie-sh-scripts/hostlist.png apps/Opie-SH/hostlist.desktop share/config/hostlist.cfg |
2 | Package: opie-sh-hostlist | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: generate list of hosts which are up/down using ping | 10 | Description: generate list of hosts which are up/down using ping |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control index 18bc5b9..8e62d44 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-killproc.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-killproc.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/killproc.sh apps/Opie-SH/killproc.desktop pics/opie-sh-scripts/killproc.png | 1 | Files: bin/killproc.sh apps/Opie-SH/killproc.desktop pics/opie-sh-scripts/killproc.png |
2 | Package: opie-sh-killproc | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to kill process | 10 | Description: frontend to kill process |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control index 08829b1..a02b4ee 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-launcher-refresh.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/launcher_refresh.sh pics/opie-sh-scripts/launcher_refresh.png apps/Opie-SH/launcher_refresh.desktop | 1 | Files: bin/launcher_refresh.sh pics/opie-sh-scripts/launcher_refresh.png apps/Opie-SH/launcher_refresh.desktop |
2 | Package: opie-sh-launcher-refresh | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: refresh the launcher so that new installed applications appear | 10 | Description: refresh the launcher so that new installed applications appear |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control index a3075ff..fb04741 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-logviewer.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/logviewer.sh apps/Opie-SH/logviewer.desktop pics/opie-sh-scripts/logviewer.png | 1 | Files: bin/logviewer.sh apps/Opie-SH/logviewer.desktop pics/opie-sh-scripts/logviewer.png |
2 | Package: opie-sh-logviewer | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to viewing logfiles | 10 | Description: frontend to viewing logfiles |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control index 5301f3b..ce6bd0c 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-rsynchelper.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/rsyncme.sh apps/Opie-SH/rsyncme.desktop pics/opie-sh-scripts/rsyncme.png share/config/rsyncme.cfg | 1 | Files: bin/rsyncme.sh apps/Opie-SH/rsyncme.desktop pics/opie-sh-scripts/rsyncme.png share/config/rsyncme.cfg |
2 | Package: opie-sh-rsynchelper | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to rsync | 10 | Description: frontend to rsync |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control index 22a0131..db0a418 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-servicemanager.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/service_manager.sh apps/Opie-SH/service_manager.desktop pics/opie-sh-scripts/service_manager.png | 1 | Files: bin/service_manager.sh apps/Opie-SH/service_manager.desktop pics/opie-sh-scripts/service_manager.png |
2 | Package: opie-sh-servicemanager | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to start/stop init scripts | 10 | Description: frontend to start/stop init scripts |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control index e8c2521..511f038 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-usbnetctrl.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/usbnetctrl.sh apps/Opie-SH/usbnetctrl.desktop pics/opie-sh-scripts/usbnetctrl.png | 1 | Files: bin/usbnetctrl.sh apps/Opie-SH/usbnetctrl.desktop pics/opie-sh-scripts/usbnetctrl.png |
2 | Package: opie-sh-usbnetctrl | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base ($QPE_VERSION), opie-sh | 4 | Depends: opie-base ($QPE_VERSION), opie-sh |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to start/stop usbnet | 10 | Description: frontend to start/stop usbnet |
diff --git a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control index 7ae79f6..837e358 100644 --- a/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control +++ b/noncore/tools/opie-sh/scripts/opie-sh-wavelanchooser.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: bin/opie-sh-wavelanchooser.sh apps/Opie-SH/opie-sh-wavelanchooser.desktop pics/opie-sh-scripts/qtwavelan.png | 1 | Files: bin/opie-sh-wavelanchooser.sh apps/Opie-SH/opie-sh-wavelanchooser.desktop pics/opie-sh-scripts/qtwavelan.png |
2 | Package: opie-sh-wavelanchooser | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: 0.1-20020527-1 | 3 | Version: 0.1-20020527-1 |
5 | Depends: opie-base (1.5.0+), opie-sh, opie-sh-launchertab | 4 | Depends: opie-base (1.5.0+), opie-sh, opie-sh-launchertab |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to choose wavelan config | 10 | Description: frontend to choose wavelan config |
diff --git a/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control b/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control index 20cf935..425c055 100644 --- a/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control +++ b/noncore/tools/opie-sh/scripts/task-opie-sh-apps.control | |||
@@ -1,11 +1,10 @@ | |||
1 | Files: | 1 | Files: |
2 | Package: task-opie-sh-apps | ||
3 | Installed-Size: 0 | 2 | Installed-Size: 0 |
4 | Version: $QPE_VERSION-$SUB_VERSION | 3 | Version: $QPE_VERSION-$SUB_VERSION |
5 | Depends: opie-base (1.5.0+), opie-sh, opie-sh-launchertab, opie-sh-fsmounter, opie-sh-killproc, opie-sh-rsynchelper, opie-sh-servicemanager, opie-sh-usbnetctrl, opie-sh-hostlist, opie-sh-wavelanchooser, opie-sh-diskfree, opie-sh-launcher-refresh, opie-sh-logviewer | 4 | Depends: opie-base (1.5.0+), opie-sh, opie-sh-launchertab, opie-sh-fsmounter, opie-sh-killproc, opie-sh-rsynchelper, opie-sh-servicemanager, opie-sh-usbnetctrl, opie-sh-hostlist, opie-sh-wavelanchooser, opie-sh-diskfree, opie-sh-launcher-refresh, opie-sh-logviewer |
6 | Priority: optional | 5 | Priority: optional |
7 | Section: opie/settings | 6 | Section: opie/settings |
8 | Maintainer: gonz <gonz@directbox.com> | 7 | Maintainer: gonz <gonz@directbox.com> |
9 | Architecture: arm | 8 | Architecture: arm |
10 | License: GPL | 9 | License: GPL |
11 | Description: frontend to mount/unmount filesystems | 10 | Description: frontend to mount/unmount filesystems |