uclibc: remove obsolete patches for git version
[openembedded.git] / recipes / aspell / aspell-lang.inc
blob8c58136f0e5f963c762f74df9bc0d73715aa1803
1 FILES_${PN} = "/usr/lib/aspell* /usr/share/aspell*"
3 DEPENDS = "aspell-native"
5 do_configure() {
6         cd ${S}
7         DESTDIR=${D} ./configure --vars ASPELL=${STAGING_BINDIR_NATIVE}/aspell
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
16 do_install() {
17         unset datadir
18         oe_runmake install