xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/anthy/anthy_9100h.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1DESCRIPTION="Anthy is a system for Japanese input method. It converts Hiragana text to Kana Kanji mixed text."
2AUTHOR = "Anthy Developers <anthy-dev@lists.sourceforge.jp>"
3HOMEPAGE = "http://anthy.sourceforge.jp"
4
5LICENSE = "LGPL-2.1-only & GPL-2.0-only"
6LIC_FILES_CHKSUM = "file://COPYING;md5=11f384074d8e93e263b5664ef08a411a \
7    file://alt-cannadic/COPYING;md5=c93c0550bd3173f4504b2cbd8991e50b \
8"
9
10SRC_URI = "http://osdn.dl.sourceforge.jp/anthy/37536/anthy-9100h.tar.gz \
11    file://not_build_elc.patch \
12    file://2ch_t.patch \
13"
14
15SRC_URI:append:class-target = " file://target-helpers.patch"
16SRC_URI:append:class-native = " file://native-helpers.patch"
17
18SRC_URI[md5sum] = "1f558ff7ed296787b55bb1c6cf131108"
19SRC_URI[sha256sum] = "d256f075f018b4a3cb0d165ed6151fda4ba7db1621727e0eb54569b6e2275547"
20
21DEPENDS:class-target = "anthy-native"
22RDEPENDS:${PN}:class-target = "libanthy0"
23
24inherit autotools pkgconfig
25
26PACKAGES += "${PN}-el libanthy0 libanthy-dev"
27
28FILES:${PN}-dbg += "${libdir}/.debug"
29FILES:libanthy0 = "${libdir}/libanthy.so.*  \
30    ${libdir}/libanthydic.so.* \
31    ${libdir}/libanthyinput.so.* \
32"
33
34FILES:libanthy-dev = "${libdir}/libanthy*.la \
35    ${libdir}/libanthy*.a \
36    ${libdir}/libanthy*.so \
37    ${includedir}/anthy \
38    ${libdir}/pkgconfig/anthy.pc \
39"
40
41FILES:${PN}-el = "${datadir}/emacs/*"
42FILES:${PN} = "${datadir}/* \
43    ${bindir}/* \
44    ${sysconfdir}/anthy-conf \
45"
46
47BBCLASSEXTEND = "native"
48