anthy_9100h.bb 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text."
  2. AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>"
  3. HOMEPAGE = "http://anthy.sourceforge.jp"
  4. LICENSE = "LGPLv2.1 & GPLv2"
  5. LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a \
  6. file://alt-cannadic/COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
  7. "
  8. SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \
  9. file://not_build_elc.patch \
  10. file://2ch_t.patch \
  11. "
  12. SRC_URI_append_class-target = " file://target-helpers.patch"
  13. SRC_URI_append_class-native = " file://native-helpers.patch"
  14. SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108"
  15. SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
  16. DEPENDS_class-target = "anthy-native"
  17. RDEPENDS_${PN}_class-target = "libanthy0"
  18. inherit autotools pkgconfig
  19. PACKAGES += "${PN}-el libanthy0 libanthy-dev"
  20. FILES_${PN}-dbg += "${libdir}/.debug"
  21. FILES_libanthy0 = "${libdir}/libanthy.so.* \
  22. ${libdir}/libanthydic.so.* \
  23. ${libdir}/libanthyinput.so.* \
  24. "
  25. FILES_libanthy-dev = "${libdir}/libanthy*.la \
  26. ${libdir}/libanthy*.a \
  27. ${libdir}/libanthy*.so \
  28. ${includedir}/anthy \
  29. ${libdir}/pkgconfig/anthy.pc \
  30. "
  31. FILES_${PN}-el = "${datadir}/emacs/*"
  32. FILES_${PN} = "${datadir}/* \
  33. ${bindir}/* \
  34. ${sysconfdir}/anthy-conf \
  35. "
  36. BBCLASSEXTEND = "native"