matrix-gui-e: bump PR for init file fixes
[openembedded.git] / recipes / enchant / enchant_1.1.3.bb
blobab544f1fdc390ecbe3b0832d8bfc0129e8249d2d
1 DESCRIPTION = "Enchant Spell checker API Library"
2 PRIORITY = "optional"
3 SECTION = "libs"
5 DEPENDS = "aspell"
6 RDEPENDS_${PN} = "aspell"
8 inherit autotools pkgconfig
10 PR = "r1"
12 S = "${WORKDIR}/enchant-${PV}"
14 SRC_URI = "http://download.sourceforge.net/abiword/enchant-1.1.3.tar.gz"
16 do_stage() {
17 oe_runmake install prefix=${STAGING_DIR_HOST}${layout_prefix} \
18 bindir=${STAGING_BINDIR} \
19 includedir=${STAGING_INCDIR} \
20 libdir=${STAGING_LIBDIR} \
21 datadir=${STAGING_DATADIR} \
22 mandir=${STAGING_DIR_HOST}${layout_mandir}
25 SRC_URI[md5sum] = "c95186755fe46b27a78d9a85fef2175c"
26 SRC_URI[sha256sum] = "6a8bce57437c514f2578e7ff09f8a48ff3b20e7ed746c3113372d2c75d382c83"