wok-next view tesseract-ocr-lang-por/receipt @ rev 19814

Up gpicview, libunique, lxappearance-obconf, lxde-icon-theme, lxinput, lxrandr, lxsession, lxtask, openbox, pcre, pcre2, tazpkg, tcc, vte. Add lsb-release, lxde-common. Remove libunique-gtk3 (break build, no one depends on it, and deprecated by gnome itself), lguest (part of "linux" receipt), libmysqlclient (part of "mysql" receipt).
author Aleksej Bobylev <al.bobylev@gmail.com>
date Fri Jul 21 14:44:00 2017 +0300 (2017-07-21)
parents a705d8e80b1c
children
line source
1 # SliTaz package receipt.
3 PACKAGE="tesseract-ocr-lang-por"
4 VERSION="3.02"
5 CATEGORY="office"
6 SHORT_DESC="Portuguese 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 }