diff options
author | Michael Lauer <mickey@vanille-media.de> | 2005-09-26 14:48:16 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-26 14:48:16 +0000 |
commit | 04b010eaae087963a5dcbad5fb961711966aac98 (patch) | |
tree | 2cc6968cf13d0a88c69a46ac8994e31916e90c76 /packages/resistorui | |
parent | 3e6da7a260a53bbdcd74c3a8ab84663ff8b91389 (diff) |
resistorui: fix DESCRIPTION and drop MAINTAINERship
Diffstat (limited to 'packages/resistorui')
-rw-r--r-- | packages/resistorui/resistorui_0.9.bb | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/packages/resistorui/resistorui_0.9.bb b/packages/resistorui/resistorui_0.9.bb index e247e64b0f..44d464e8a4 100644 --- a/packages/resistorui/resistorui_0.9.bb +++ b/packages/resistorui/resistorui_0.9.bb @@ -1,13 +1,12 @@ -DESCRIPTION = "A frontend for the nmap port scanner, Qt/Embedded based Palmtop Environments Edition" +DESCRIPTION = "A tool to calculate Ohm resistor values" SECTION = "opie/applications" PRIORITY = "optional" LICENSE = "GPL" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" HOMEPAGE = "http://www.pellicosystems.com/zaurus/applications/index.html" APPNAME = "resistorUI" APPTYPE = "binary" APPDESKTOP = "${S}" -PR = "r0" +PR = "r1" SRC_URI = "http://www.pellicosystems.com/zaurus/applications/resistorUI_1.5.0-0.9_armSRC.zip" S = "${WORKDIR}/ResistorUI" |