aboutsummaryrefslogtreecommitdiffstats
path: root/packages/abiword/abiword_2.0.14.bb
blob: 3cb41d8bee91bb74854e1803f41e81ba6aabf80b (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
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
DESCRIPTION = "AbiWord Word Processor"

DEPENDS     = "cdump-native libfribidi enchant jpeg libpng perl glibc"
RDEPENDS    = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
               glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"

BROKEN = "1"
inherit autotools

PR = "r0"

S = "${WORKDIR}/abiword-${PV}/abi"

SRC_URI = "http://download.sourceforge.net/abiword/abiword-${PV}.tar.bz2"

FILES_${PN} += "${datadir}/icons/* \
${datadir}/AbiSuite-2.0/AbiWord/glade \
${datadir}/AbiSuite-2.0/AbiWord/scripts \
${datadir}/AbiSuite-2.0/AbiWord/system.profile-en \
${datadir}/AbiSuite-2.0/AbiWord/system.profile-en_GB \
#${datadir}/AbiSuite-2.0/templates/A4.awt \
#${datadir}/AbiSuite-2.0/templates/US-Letter.awt \
${datadir}/AbiSuite-2.0/templates/normal.awt \
${datadir}/AbiSuite-2.0/templates/normal.awt-en_GB \
${datadir}/AbiSuite-2.0/templates/Employee-Directory.awt \
${datadir}/AbiSuite-2.0/templates/Business-Report.awt \
${datadir}/AbiSuite-2.0/templates/Fax-Coversheet.awt \
${datadir}/AbiSuite-2.0/templates/Resume.awt \
${datadir}/AbiSuite-2.0/templates/Two-Columns.awt \
${datadir}/AbiSuite-2.0/templates/Memo.awt \
${datadir}/AbiSuite-2.0/templates/Press-Release.awt"

#abiword needs this native tool
export BUILD_CDUMPTOOL=${STAGING_BINDIR}/cdump

PARALLEL_MAKE=""

do_configure () {
	cd ${S}
	./autogen.sh
	./configure --prefix=/usr --host=${TARGET_SYS} --disable-pspell --enable-enchant
#	--enable-debug
}

do_install_append() {
	install -d ${D}${datadir}/pixmaps/
	mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
}