diff options
author | Graeme Gregory <dp@xora.org.uk> | 2007-04-03 11:15:58 +0000 |
---|---|---|
committer | Graeme Gregory <dp@xora.org.uk> | 2007-04-03 11:15:58 +0000 |
commit | 80dbfc055527b9ab34f95f1c53496a5cd93fe71c (patch) | |
tree | c42a4fe6c3b985a1307efc4ef48c22b7a7fb4f52 /packages/enchant | |
parent | cf4d59a97856faf1e539ec3b48feb155d5cefb6f (diff) |
enchant_1.3.0.bb : add newest version on enchant spelling checker interface.
Diffstat (limited to 'packages/enchant')
-rw-r--r-- | packages/enchant/enchant_1.3.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/packages/enchant/enchant_1.3.0.bb b/packages/enchant/enchant_1.3.0.bb new file mode 100644 index 0000000000..f1544336af --- /dev/null +++ b/packages/enchant/enchant_1.3.0.bb @@ -0,0 +1,22 @@ +DESCRIPTION = "Enchant Spell checker API Library" +PRIORITY = "optional" +SECTION = "libs" +LICENSE = "LGPL" +DEPENDS = "aspell" +RDEPENDS = "aspell" + +inherit autotools pkgconfig + +PR = "r0" + +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_SYS} --enable-aspell --disable-binreloc" + +FILES_${PN} = "/usr/bin/* /usr/lib/enchant/*.so /usr/share/enchant /usr/lib/libenchant*.so.*" + +do_stage() { + autotools_stage_all +} |