blob: 8d4dd5254eea16f2a87f0524c513ccadf165cd66 [file] [log] [blame]
Brad Bishop19323692019-04-05 15:28:33 -04001SUMMARY = "A spell checker and morphological analyzer library"
2HOMEPAGE = "http://hunspell.github.io/"
Andrew Geissler9aee5002022-03-30 16:27:02 +00003LICENSE = "GPL-2.0-only | LGPL-2.1-only"
Brad Bishop19323692019-04-05 15:28:33 -04004LIC_FILES_CHKSUM = " \
5 file://COPYING;md5=75859989545e37968a99b631ef42722e \
6 file://COPYING.LESSER;md5=c96ca6c1de8adc025adfada81d06fba5 \
7"
8
Brad Bishop15ae2502019-06-18 21:44:24 -04009SRCREV = "4ddd8ed5ca6484b930b111aec50c2750a6119a0f"
Andrew Geissler595f6302022-01-24 19:11:47 +000010SRC_URI = "git://github.com/${BPN}/${BPN}.git;branch=master;protocol=https"
Brad Bishop15ae2502019-06-18 21:44:24 -040011
12S = "${WORKDIR}/git"
Brad Bishop19323692019-04-05 15:28:33 -040013
14inherit autotools pkgconfig gettext
15
Patrick Williams213cb262021-08-07 19:21:33 -050016RDEPENDS:${PN} = "perl"
Brad Bishop19323692019-04-05 15:28:33 -040017
18BBCLASSEXTEND = "native"