summaryrefslogtreecommitdiff
path: root/packages/abiword/abiword_2.3.99.bb
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2005-10-10 08:49:52 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-10-10 08:49:52 +0000
commitd72eb71f8b21ebc68af83f1b496d26645717c0b1 (patch)
treecd7d3abffcbaedf8dfc2922cabe3b58572dfb7eb /packages/abiword/abiword_2.3.99.bb
parent32cc8d50dc25ceb3f42ec48d09566b06707e64c9 (diff)
abiword: add 2.4.1, move patch to files/ and remove 2.0.14, 2.2.7, 2.3.5, 2.3.99 and 2.4.0
Diffstat (limited to 'packages/abiword/abiword_2.3.99.bb')
-rw-r--r--packages/abiword/abiword_2.3.99.bb52
1 files changed, 0 insertions, 52 deletions
diff --git a/packages/abiword/abiword_2.3.99.bb b/packages/abiword/abiword_2.3.99.bb
deleted file mode 100644
index 9a83ff3d5b..0000000000
--- a/packages/abiword/abiword_2.3.99.bb
+++ /dev/null
@@ -1,52 +0,0 @@
-DESCRIPTION ="AbiWord is free word processing program similar to Microsoft(r) Word""
-HOMEPAGE="http://www.abiword.org""
-MAINTAINER="Koen Kooi <koen@handhelds.org>"
-LICENSE="GPLv2"
-
-DEPENDS = "cdump-native libgsf libgnomeprint libgnomeprintui libglade libfribidi enchant jpeg libpng perl glibc libxml2"
-RDEPENDS = "enchant glibc-gconv-ibm850 glibc-gconv-cp1252 \
- glibc-gconv-iso8859-15 glibc-gconv-iso8859-1"
-PR="r5"
-
-SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
- file://cdump-hack.patch;patch=1"
-S = "${WORKDIR}/abiword-${PV}/abi"
-
-FILES_${PN} += " ${datadir}/icons/* \
-${datadir}/AbiSuite-2.4/AbiWord/glade \
-${datadir}/AbiSuite-2.4/AbiWord/scripts \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en \
-${datadir}/AbiSuite-2.4/AbiWord/system.profile-en_GB \
-#${datadir}/AbiSuite-2.4/templates/A4.awt \
-#${datadir}/AbiSuite-2.4/templates/US-Letter.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt \
-${datadir}/AbiSuite-2.4/templates/normal.awt-en_GB \
-${datadir}/AbiSuite-2.4/templates/Employee-Directory.awt \
-${datadir}/AbiSuite-2.4/templates/Business-Report.awt \
-${datadir}/AbiSuite-2.4/templates/Fax-Coversheet.awt \
-${datadir}/AbiSuite-2.4/templates/Resume.awt \
-${datadir}/AbiSuite-2.4/templates/Two-Columns.awt \
-${datadir}/AbiSuite-2.4/templates/Memo.awt \
-${datadir}/AbiSuite-2.4/templates/Press-Release.awt "
-
-inherit autotools
-
-#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
- cp -f ${STAGING_BINDIR}/cdump src/tools/cdump/xp/
-}
-
-do_install_append() {
- install -d ${D}${datadir}/pixmaps/
- mv ${D}${datadir}/icons/* ${D}${datadir}/pixmaps/
-}
-
-