From 972dcfcdbfe75dcfeb777150c136576cf1a71e99 Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Fri, 9 Oct 2015 22:59:03 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta/recipes-support/enchant/enchant_1.6.0.bb | 32 +++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 meta/recipes-support/enchant/enchant_1.6.0.bb (limited to 'meta/recipes-support/enchant') diff --git a/meta/recipes-support/enchant/enchant_1.6.0.bb b/meta/recipes-support/enchant/enchant_1.6.0.bb new file mode 100644 index 0000000000..97a47614cd --- /dev/null +++ b/meta/recipes-support/enchant/enchant_1.6.0.bb @@ -0,0 +1,32 @@ +SUMMARY = "Enchant Spell checker API Library" +SECTION = "libs" +HOMEPAGE = "http://www.abisource.com/projects/enchant/" +BUGTRACKER = "http://bugzilla.abisource.com/enter_bug.cgi?product=Enchant" + +LICENSE = "LGPLv2.1+" +LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=dfcbabf9131dc9a95febef6753a2958b \ + file://src/enchant.h;beginline=1;endline=29;md5=8d881caa1d37523567e1d8f726675a18" + +DEPENDS = "aspell glib-2.0" + +inherit autotools pkgconfig + +PR = "r3" + +SRC_URI = "http://www.abisource.com/downloads/enchant/${PV}/enchant-${PV}.tar.gz" + +SRC_URI[md5sum] = "de11011aff801dc61042828041fb59c7" +SRC_URI[sha256sum] = "2fac9e7be7e9424b2c5570d8affe568db39f7572c10ed48d4e13cddf03f7097f" + +EXTRA_OECONF = "--with-aspell-prefix=${STAGING_DIR_HOST}${prefix} \ + --enable-aspell br_cv_binreloc=no \ + " + +export CXXFLAGS += " -L${STAGING_LIBDIR} -lstdc++ " + +FILES_${PN} = "${bindir} ${libdir}/*${SOLIBS} ${datadir}/${BPN} ${libdir}/${BPN}/*.so" +FILES_${PN}-dev += "${libdir}/${BPN}/*{SOLIBSDEV} ${libdir}/${BPN}/*.la" +FILES_${PN}-staticdev += "${libdir}/${BPN}/*.a" + +RDEPENDS_${PN} += "aspell" + -- cgit v1.2.3-54-g00ecf