# SliTaz package receipt.

PACKAGE="tesseract-ocr-lang-pol"
VERSION="4.1.0"
CATEGORY="office"
SHORT_DESC="Polish language data for Tesseract OCR."
MAINTAINER="pascal.bellard@slitaz.org"
LICENSE="Apache"
WEB_SITE="https://github.com/tesseract-ocr/tessdata"

DEPENDS="tesseract-ocr"
WANTED="tesseract-ocr-data"

# Rules to gen a SliTaz package suitable for Tazpkg.
genpkg_rules()
{
	mkdir -p $fs/usr/share/tessdata
	cp -a $src/${PACKAGE##*-}*traineddata	/$fs/usr/share/tessdata
}