diff options
author | Lukas D. Gorris <lukas@htc-linux.org> | 2010-08-22 15:14:18 +0200 |
---|---|---|
committer | Lukas D. Gorris <lukas@htc-linux.org> | 2010-08-22 15:14:18 +0200 |
commit | 5486fa2cd69bfa0b395a4ec5d5f649bb361247d2 (patch) | |
tree | e50a5ea12526378fed68dabe1729aec0cb44315c /recipes/enchant/enchant_1.6.0.bb | |
parent | 4bf3665fd3b053a8f8d2a395eadb3f6cd0bbab2d (diff) |
enchant: add latest version 1.6.0
fixes firefox, gedit, etc.
Diffstat (limited to 'recipes/enchant/enchant_1.6.0.bb')
-rw-r--r-- | 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 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" + |