diff options
author | Koen Kooi <koen@openembedded.org> | 2006-09-04 13:13:28 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-09-04 13:13:28 +0000 |
commit | 9763a2f7bf9620ef6a3743fcc4caff4f1c19a916 (patch) | |
tree | 423cbb085ac2ff2943a830925a90fd39934a4cab /packages | |
parent | dff14fe743df2fbdf4b934bd8721b4302c942e4d (diff) |
abiword.inc: fix DESCRIPTION
Diffstat (limited to 'packages')
-rw-r--r-- | packages/abiword/abiword.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/packages/abiword/abiword.inc b/packages/abiword/abiword.inc index 1df0303634..657ed618c9 100644 --- a/packages/abiword/abiword.inc +++ b/packages/abiword/abiword.inc @@ -1,8 +1,8 @@ -DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word"" +DESCRIPTION = "AbiWord is free word processing program similar to Microsoft(r) Word" SECTION = "gnome/office" -HOMEPAGE="http://www.abiword.org"" -MAINTAINER="Koen Kooi <koen@linuxtogo.org>" -LICENSE="GPLv2" +HOMEPAGE = "http://www.abiword.org"" +MAINTAINER = "Koen Kooi <koen@linuxtogo.org>" +LICENSE = "GPLv2" DEPENDS = "perl-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2" RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \ |