wok view tesseract-ocr-lang-tha/receipt @ rev 19683

Add: mate (a package to install all MATE desktop at once)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 12 00:43:16 2017 +0100 (2017-02-12)
parents a705d8e80b1c
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="tesseract-ocr-lang-tha"
4 VERSION="3.02"
5 CATEGORY="office"
6 SHORT_DESC="Thai language data for Tesseract OCR."
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="Apache"
9 WEB_SITE="http://code.google.com/p/tesseract-ocr/"
10 TARBALL="tesseract-ocr-$VERSION.${PACKAGE#*lang-}.tar.gz"
11 WGET_URL="http://tesseract-ocr.googlecode.com/files/$TARBALL"
13 DEPENDS="tesseract-ocr"
15 # Rules to gen a SliTaz package suitable for Tazpkg.
16 genpkg_rules()
17 {
18 mkdir -p $fs/usr/share
19 cp -a $src/tessdata $fs/usr/share/
20 }