nkf_2.07.bb: merged native and non-native recipes
[openembedded.git] / recipes / aspell / aspell_0.60.6.bb
blob3711846e212fa7a3230c138b436c00debd0a5007
1 SRC_URI = "ftp://ftp.gnu.org/gnu/aspell/aspell-${PV}.tar.gz"
2 DESCRIPTION = "GNU Aspell spell-checker"
3 SECTION = "console/utils"
4 LICENSE="LGPL"
6 PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
8 FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
9 FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
10 FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
11 FILES_${PN} = "${bindir}/aspell"
12 FILES_libpspell = "${libdir}/libpspell.so.*"
13 FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
15 inherit autotools gettext
17 SRC_URI[md5sum] = "bc80f0198773d5c05086522be67334eb"
18 SRC_URI[sha256sum] = "4f5b1520e26cf6bbb1b5ca8a2f9f22948c3ca38ac4c2dd9e02df042fee7c0e36"