aboutsummaryrefslogtreecommitdiffstats
path: root/packages/enchant
diff options
context:
space:
mode:
authorGraeme Gregory <dp@xora.org.uk>2007-04-03 11:15:58 +0000
committerGraeme Gregory <dp@xora.org.uk>2007-04-03 11:15:58 +0000
commit80dbfc055527b9ab34f95f1c53496a5cd93fe71c (patch)
treec42a4fe6c3b985a1307efc4ef48c22b7a7fb4f52 /packages/enchant
parentcf4d59a97856faf1e539ec3b48feb155d5cefb6f (diff)
downloadopenembedded-80dbfc055527b9ab34f95f1c53496a5cd93fe71c.tar.gz
enchant_1.3.0.bb : add newest version on enchant spelling checker interface.
Diffstat (limited to 'packages/enchant')
-rw-r--r--packages/enchant/enchant_1.3.0.bb22
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/enchant/enchant_1.3.0.bb b/packages/enchant/enchant_1.3.0.bb
new file mode 100644
index 0000000000..f1544336af
--- /dev/null
+++ b/packages/enchant/enchant_1.3.0.bb
@@ -0,0 +1,22 @@
+DESCRIPTION = "Enchant Spell checker API Library"
+PRIORITY = "optional"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "aspell"
+RDEPENDS = "aspell"
+
+inherit autotools pkgconfig
+
+PR = "r0"
+
+S = "${WORKDIR}/enchant-${PV}"
+
+SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
+
+EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR}/${HOST_SYS} --enable-aspell --disable-binreloc"
+
+FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*"
+
+do_stage() {
+ autotools_stage_all
+}