aspell_0.0.0.1.bb 1.2 KB

12345678910111213141516171819202122232425262728
  1. # This recipe is a copy from the oe-core one.
  2. # It has a lower and invalid version number in order not to be accidentally used by bitbake.
  3. # It is used for tests that require overlayed recipe files.
  4. DESCRIPTION = "GNU Aspell spell-checker"
  5. SECTION = "console/utils"
  6. LICENSE="LGPLv2 | LGPLv2.1"
  7. LIC_FILES_CHKSUM = "file://COPYING;md5=7fbc338309ac38fefcd64b04bb903e34"
  8. PR = "r1"
  9. SRC_URI = "${GNU_MIRROR}/aspell/aspell-${PV}.tar.gz"
  10. SRC_URI[md5sum] = "e66a9c9af6a60dc46134fdacf6ce97d7"
  11. SRC_URI[sha256sum] = "f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1"
  12. PACKAGECONFIG ??= ""
  13. PACKAGECONFIG[curses] = "--enable-curses,--disable-curses,ncurses"
  14. PACKAGES += "libaspell libpspell libpspell-dev aspell-utils"
  15. FILES_${PN}-dbg += "${libdir}/aspell-0.60/.debu*"
  16. FILES_libaspell = "${libdir}/libaspell.so.* ${libdir}/aspell*"
  17. FILES_aspell-utils = "${bindir}/word-list-compress ${bindir}/aspell-import ${bindir}/run-with-aspell ${bindir}/pre*"
  18. FILES_${PN} = "${bindir}/aspell"
  19. FILES_libpspell = "${libdir}/libpspell.so.*"
  20. FILES_libpspell-dev = "${libdir}/libpspell* ${bindir}/pspell-config ${includedir}/pspell"
  21. ARM_INSTRUCTION_SET = "arm"
  22. inherit autotools gettext