wok annotate tesseract-ocr-lang-srp/receipt @ rev 18252

Add some lang packages for tesseract-ocr
author Pascal Bellard <pascal.bellard@slitaz.org>
date Mon Aug 03 16:02:13 2015 +0200 (2015-08-03)
parents
children 0778bdca31f2
rev   line source
pascal@18252 1 # SliTaz package receipt.
pascal@18252 2
pascal@18252 3 PACKAGE="tesseract-ocr-lang-srp"
pascal@18252 4 VERSION="3.02"
pascal@18252 5 CATEGORY="office"
pascal@18252 6 SHORT_DESC="Serbian language data for Tesseract OCR."
pascal@18252 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@18252 8 LICENSE="Apache"
pascal@18252 9 WEB_SITE="http://code.google.com/p/tesseract-ocr/"
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@18252 19 cp -a $src/tesseract-ocr/tessdata $fs/usr/share/
pascal@18252 20 }