[oe-commits] Lukas D. Gorris : enchant: add latest version 1.6.0

git version control git at git.openembedded.org
Sun Aug 22 13:15:26 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 5486fa2cd69bfa0b395a4ec5d5f649bb361247d2
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=5486fa2cd69bfa0b395a4ec5d5f649bb361247d2

Author: Lukas D. Gorris <lukas at htc-linux.org>
Date:   Sun Aug 22 15:14:18 2010 +0200

enchant: add latest version 1.6.0
fixes firefox, gedit, etc.

---

 recipes/enchant/enchant_1.6.0.bb |   25 +++++++++++++++++++++++++
 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 0000000..3ef2f94
--- /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"
+





More information about the Openembedded-commits mailing list