wok view tesseract-ocr-lang-heb/receipt @ rev 18472

ghostscript, libv4l, slitaz-base-files: fix installation (thanks llev)
ghostscript: fix package upgrades;
libv4l: check multiple preloads in case of upgrade, not add preload if installation not finished/fails;
slitaz-base-files: not to overwrite real sudo.
author Aleksej Bobylev <al.bobylev@gmail.com>
date Mon Oct 05 01:10:26 2015 +0300 (2015-10-05)
parents a705d8e80b1c
children 8dd8bab3f0ca
line source
1 # SliTaz package receipt.
3 PACKAGE="tesseract-ocr-lang-heb"
4 VERSION="3.02"
5 CATEGORY="office"
6 SHORT_DESC="Hebrew 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 }