diff options
Diffstat (limited to 'meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb')
| -rw-r--r-- | meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb b/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb new file mode 100644 index 0000000000..125729f2d1 --- /dev/null +++ b/meta-oe/recipes-support/hunspell/hunspell_1.6.1.bb | |||
| @@ -0,0 +1,17 @@ | |||
| 1 | SUMMARY = "A spell checker and morphological analyzer library" | ||
| 2 | HOMEPAGE = "http://hunspell.github.io/" | ||
| 3 | LICENSE = "GPLv3 | LGPLv3" | ||
| 4 | LIC_FILES_CHKSUM = " \ | ||
| 5 | file://COPYING;md5=d32239bcb673463ab874e80d47fae504 \ | ||
| 6 | file://COPYING.LESSER;md5=e6a600fd5e1d9cbde2d983680233ad02 \ | ||
| 7 | " | ||
| 8 | |||
| 9 | SRC_URI = "https://github.com/${BPN}/${BPN}/archive/v${PV}.tar.gz" | ||
| 10 | SRC_URI[md5sum] = "0df1c18c1284f8625af5ae5a8d5c4cef" | ||
| 11 | SRC_URI[sha256sum] = "30f593733c50b794016bb03d31fd2a2071e4610c6fa4708e33edad2335102c49" | ||
| 12 | |||
| 13 | inherit autotools pkgconfig gettext | ||
| 14 | |||
| 15 | RDEPENDS_${PN} = "perl" | ||
| 16 | |||
| 17 | BBCLASSEXTEND = "native" | ||
