tslib: adjust ts.conf for palmpre machine and bump PR
[openembedded.git] / recipes / enchant / enchant_1.6.0.bb
blob3ef2f947d82921c0785e8a6fb7770d8e6e53f6f7
1 DESCRIPTION = "Enchant Spell checker API Library"
2 PRIORITY = "optional"
3 SECTION = "libs"
4 LICENSE = "LGPL"
5 DEPENDS = "aspell glib-2.0"
6 RDEPENDS_${PN} = "aspell"
8 inherit autotools pkgconfig
10 PR = "r2"
12 S = "${WORKDIR}/enchant-${PV}"
14 SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz"
16 EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${layout_prefix} --enable-aspell --disable-binreloc"
18 FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${PN} ${libdir}/${PN}/*.so"
19 FILES_${PN}-dev += "${libdir}/${PN}/*{SOLIBSDEV} ${libdir}/${PN}/*.la ${libdir}/${PN}/*.a"
21 export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ "
23 SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7"
24 SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f"