opera hbbtv.
[vuplus_openembedded] / recipes / aspell / aspell-lang.inc
1 FILES_${PN} = "/usr/lib/aspell* /usr/share/aspell*"
2
3 DEPENDS = "aspell-native"
4
5 do_configure() {
6         cd ${S}
7         DESTDIR=${D} ./configure --vars ASPELL=${STAGING_BINDIR_NATIVE}/aspell
8 }
9
10 do_compile() {
11         sed -i -e "s|dictdir.*lib|dictdir = ${libdir}|" Makefile
12         sed -i -e "s|datadir.*lib|datadir = ${libdir}|" Makefile
13         oe_runmake
14 }
15
16 do_install() {
17         unset datadir
18         oe_runmake install
19 }
20