wok annotate tesseract-ocr-lang-ell/receipt @ rev 20672

Update some WEB_SITE
author Pascal Bellard <pascal.bellard@slitaz.org>
date Thu Jan 24 14:51:04 2019 +0100 (2019-01-24)
parents 0778bdca31f2
children 922f061231c2
rev   line source
pascal@18252 1 # SliTaz package receipt.
pascal@18252 2
pascal@18252 3 PACKAGE="tesseract-ocr-lang-ell"
pascal@18252 4 VERSION="3.02"
pascal@18252 5 CATEGORY="office"
pascal@18252 6 SHORT_DESC="Greek language data for Tesseract OCR."
pascal@18252 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18252 8 LICENSE="Apache"
pascal@20672 9 WEB_SITE="https://github.com/tesseract-ocr/tessdata"
pascal@18252 10 TARBALL="tesseract-ocr-$VERSION.${PACKAGE#*lang-}.tar.gz"
pascal@18252 11 WGET_URL="http://tesseract-ocr.googlecode.com/files/$TARBALL"
pascal@18252 12
pascal@18252 13 DEPENDS="tesseract-ocr"
pascal@18252 14
pascal@18252 15 # Rules to gen a SliTaz package suitable for Tazpkg.
pascal@18252 16 genpkg_rules()
pascal@18252 17 {
pascal@18252 18 mkdir -p $fs/usr/share
pascal@18253 19 cp -a $src/tessdata $fs/usr/share/
pascal@18252 20 }