Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 1 | SUMMARY = "A spell checker and morphological analyzer library" |
| 2 | HOMEPAGE = "http://hunspell.github.io/" |
| 3 | LICENSE = "GPLv2 | LGPLv2.1" |
| 4 | LIC_FILES_CHKSUM = " \ |
| 5 | file://COPYING;md5=75859989545e37968a99b631ef42722e \ |
| 6 | file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \ |
| 7 | " |
| 8 | |
Brad Bishop | 15ae250 | 2019-06-18 21:44:24 -0400 | [diff] [blame] | 9 | SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f" |
| 10 | SRC_URI = "git://github.com/${BPN}/${BPN}.git" |
| 11 | |
| 12 | S = "${WORKDIR}/git" |
Brad Bishop | 1932369 | 2019-04-05 15:28:33 -0400 | [diff] [blame] | 13 | |
| 14 | inherit autotools pkgconfig gettext |
| 15 | |
| 16 | RDEPENDS_${PN} = "perl" |
| 17 | |
| 18 | BBCLASSEXTEND = "native" |