aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2006-04-14 09:47:40 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-04-14 09:47:40 +0000
commit4b9e03ac68cabc8799a10e8a9cf51e2a916fea2c (patch)
treee626324330d1c6e43e4c689924894ad84fc3349a /packages/abiword
parentf8481083e922fee2c434d786aae440d86314098e (diff)
downloadopenembedded-4b9e03ac68cabc8799a10e8a9cf51e2a916fea2c.tar.gz
abiword-plugins: add plugins package for abiword
* needs to split plugins in subpackages * needs some more deps added to OE to build all plugins * apart from the above it works and people now have OpenDocument support
Diffstat (limited to 'packages/abiword')
-rw-r--r--packages/abiword/abiword-plugins_2.4.4.bb24
1 files changed, 24 insertions, 0 deletions
diff --git a/packages/abiword/abiword-plugins_2.4.4.bb b/packages/abiword/abiword-plugins_2.4.4.bb
new file mode 100644
index 0000000000..89f50d0495
--- /dev/null
+++ b/packages/abiword/abiword-plugins_2.4.4.bb
@@ -0,0 +1,24 @@
+DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
+HOMEPAGE="http://www.abiword.org""
+MAINTAINER="Koen Kooi <koen@dominion.kabel.utwente.nl>"
+LICENSE="GPLv2"
+
+DEPENDS = "abiword libwpd librsvg goffice poppler"
+PR="r0"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz"
+S = "${WORKDIR}/abiword-${PV}/abiword-plugins"
+
+FILES_${PN} += " ${datadir}/icons/* \
+${datadir}/AbiSuite-2.4/ \
+${libdir}/AbiWord-2.4/plugins/*.so \
+"
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = ""
+
+
+