wok-6.x diff tesseract-ocr-dev/receipt @ rev 25507
plop: cleanup
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Sat Feb 11 10:36:59 2023 +0000 (21 months ago) |
parents | 8dd8bab3f0ca |
children |
line diff
1.1 --- a/tesseract-ocr-dev/receipt Thu Jan 24 14:51:04 2019 +0100 1.2 +++ b/tesseract-ocr-dev/receipt Sat Feb 11 10:36:59 2023 +0000 1.3 @@ -1,21 +1,18 @@ 1.4 # SliTaz package receipt. 1.5 1.6 PACKAGE="tesseract-ocr-dev" 1.7 -VERSION="3.02.02" 1.8 +VERSION="5.2.0" 1.9 CATEGORY="development" 1.10 SHORT_DESC="The most accurate open source OCR engine available, development files." 1.11 MAINTAINER="pascal.bellard@slitaz.org" 1.12 LICENSE="Apache" 1.13 WEB_SITE="https://github.com/tesseract-ocr/tesseract" 1.14 + 1.15 +DEPENDS="pkg-config tesseract-ocr" 1.16 WANTED="tesseract-ocr" 1.17 1.18 -DEPENDS="tesseract-ocr pkg-config" 1.19 - 1.20 # Rules to gen a SliTaz package suitable for Tazpkg. 1.21 genpkg_rules() 1.22 { 1.23 - mkdir -p $fs/usr/lib 1.24 - cp -a $install/usr/include $fs/usr 1.25 - cp -a $install/usr/lib/*a $fs/usr/lib 1.26 - cp -a $install/usr/lib/pkgconfig $fs/usr/lib 1.27 + get_dev_files 1.28 }