From b1413b277ff1ec28bb24861971cca2fe04ac9a12 Mon Sep 17 00:00:00 2001 From: Graeme Gregory Date: Fri, 14 Apr 2006 11:55:10 +0000 Subject: aspell5-en_6.0-0.bb, aspell-lang.inc : Add English dictionary for aspell everyone go ahead and copy/alter for languages you can read/test. I am unfortuneately unilingal --- packages/aspell/aspell-lang.inc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 packages/aspell/aspell-lang.inc (limited to 'packages/aspell/aspell-lang.inc') diff --git a/packages/aspell/aspell-lang.inc b/packages/aspell/aspell-lang.inc new file mode 100644 index 0000000000..709183b428 --- /dev/null +++ b/packages/aspell/aspell-lang.inc @@ -0,0 +1,23 @@ +FILES_${PN} = "/usr/lib/aspell/* /usr/share/aspell/*" + +DEPENDS = "aspell-native" + +do_configure() { + cd ${S} + export dictdir=/usr/lib/aspell/ + export datadir=/usr/share/aspell/ + DESTDIR=${D} ./configure +} + +do_compile() { + export dictdir=/usr/lib/aspell/ + export datadir=/usr/share/aspell/ + dictdir=/usr/lib/aspell oe_runmake +} + +do_install() { + export dictdir=/usr/lib/aspell/ + export datadir=/usr/share/aspell/ + oe_runmake install +} + -- cgit v1.2.3