hyphen: initial add 2.8.8

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
This commit is contained in:
Andreas Müller
2015-12-21 06:59:09 +01:00
parent f6e11e47e1
commit 3ae7b1bbf7

View File

@@ -0,0 +1,18 @@
SUMMARY = "A text hyphenation library"
HOMEPAGE = "http://hunspell.sourceforge.net/"
LICENSE = "LGPLv2.1 | GPLv2 | MPLv1.1"
LIC_FILES_CHKSUM = " \
file://COPYING;md5=d45e3467790c1cae990cc9ca3293bc97 \
file://COPYING.LGPL;md5=d8045f3b8f929c1cb29a1e3fd737b499 \
file://COPYING.MPL;md5=bfe1f75d606912a4111c90743d6c7325 \
"
SRC_URI = "${SOURCEFORGE_MIRROR}/project/hunspell/Hyphen/2.8/${BPN}-${PV}.tar.gz"
SRC_URI[md5sum] = "5ade6ae2a99bc1e9e57031ca88d36dad"
SRC_URI[sha256sum] = "304636d4eccd81a14b6914d07b84c79ebb815288c76fe027b9ebff6ff24d5705"
inherit autotools pkgconfig
RDEPENDS_${PN} = "perl"
BBCLASSEXTEND = "native"