aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword/abiword-plugins_2.4.4.bb
blob: 89f50d0495c86e93a1b13637bb281dda894acba6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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 = ""