aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/enchant/enchant_1.6.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/enchant/enchant_1.6.0.bb')
-rw-r--r--recipes/enchant/enchant_1.6.0.bb25
1 files changed, 25 insertions, 0 deletions
diff --git a/recipes/enchant/enchant_1.6.0.bb b/recipes/enchant/enchant_1.6.0.bb
new file mode 100644
index 0000000000..3ef2f947d8
--- /dev/null
+++ b/recipes/enchant/enchant_1.6.0.bb
@@ -0,0 +1,25 @@
+DESCRIPTION = "Enchant Spell checker API Library"
+PRIORITY = "optional"
+SECTION = "libs"
+LICENSE = "LGPL"
+DEPENDS = "aspell glib-2.0"
+RDEPENDS_${PN} = "aspell"
+
+inherit autotools pkgconfig
+
+PR = "r2"
+
+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}${layout_prefix} --enable-aspell --disable-binreloc"
+
+FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so"
+FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a"
+
+export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
+
+SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"
+SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"
+