wok-next annotate tesseract-ocr-lang-nor/receipt @ rev 18450
perl-datetime and others: update to perl datetime which required a bunch of other deps to also be updated
author | Nathan Neulinger <nneul@neulinger.org> |
---|---|
date | Sun Sep 27 19:52:03 2015 +0000 (2015-09-27) |
parents | a705d8e80b1c |
children |
rev | line source |
---|---|
pascal@18252 | 1 # SliTaz package receipt. |
pascal@18252 | 2 |
pascal@18252 | 3 PACKAGE="tesseract-ocr-lang-nor" |
pascal@18252 | 4 VERSION="3.02" |
pascal@18252 | 5 CATEGORY="office" |
pascal@18252 | 6 SHORT_DESC="Norwegian 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@18253 | 19 cp -a $src/tessdata $fs/usr/share/ |
pascal@18252 | 20 } |