[oe-commits] org.oe.dev abiword-plugins: add 2.5.1

koen commit openembedded-commits at lists.openembedded.org
Fri Aug 10 04:18:40 UTC 2007


abiword-plugins: add 2.5.1

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: 83b17162273cc209ca9037ea801be99e4f9584bc
ViewMTN: http://monotone.openembedded.org/revision.psp?id=83b17162273cc209ca9037ea801be99e4f9584bc
Files:
1
packages/abiword/abiword-plugins_2.5.1.bb
Diffs:

#
# mt diff -r5337d5d3a5f52fa403d3827653b9c8fffda4d9b1 -r83b17162273cc209ca9037ea801be99e4f9584bc
#
# 
# 
# add_file "packages/abiword/abiword-plugins_2.5.1.bb"
#  content [68f63ef7f3eb04164797e239cfd2f5c1210c3ee5]
# 
============================================================
--- packages/abiword/abiword-plugins_2.5.1.bb	68f63ef7f3eb04164797e239cfd2f5c1210c3ee5
+++ packages/abiword/abiword-plugins_2.5.1.bb	68f63ef7f3eb04164797e239cfd2f5c1210c3ee5
@@ -0,0 +1,30 @@
+DESCRIPTION = "AbiWord is a free word processing program similar to Microsoft(r) Word""
+HOMEPAGE = "http://www.abiword.org""
+SECTION = "x11/office"
+LICENSE = "GPLv2"
+DEPENDS = "libwpd librsvg goffice poppler"
+RDEPENDS = "abiword"
+
+DEFAULT_PREFERENCE = "-1"
+
+SRC_URI = "http://www.abiword.org/downloads/abiword/${PV}/source/abiword-plugins-${PV}.tar.gz \
+           http://www.abiword.org/downloads/abiword/${PV}/source/abiword-${PV}.tar.gz \
+	   "
+
+inherit autotools
+
+PARALLEL_MAKE=""
+
+EXTRA_OECONF = " --without-libwmf \
+                 --without-inter7eps \
+		 --with-abiword=${WORKDIR}/abiword-${PV} \
+		 "
+
+PACKAGES_DYNAMIC = "abiword-plugin-*"
+
+python populate_packages_prepend () {
+	abiword_libdir = bb.data.expand('${libdir}/AbiWord-2.5/plugins', d)
+
+	do_split_packages(d, abiword_libdir, '^libAbi(.*)\.so$', 'abiword-plugin-%s', 'Abiword plugin for %s', extra_depends='')
+}
+






More information about the Openembedded-commits mailing list