wok-next view gocr/receipt @ rev 21697

updated gocr (0.50 -> 0.52)
author Hans-G?nter Theisgen
date Tue Jun 30 16:40:28 2020 +0100 (2020-06-30)
parents 5669e8b3be70
children
line source
1 # SliTaz package receipt v2.
3 PACKAGE="gocr"
4 VERSION="0.52"
5 CATEGORY="office"
6 SHORT_DESC="Optical Character Recognition program"
7 MAINTAINER="pascal.bellard@slitaz.org"
8 LICENSE="GPL"
9 WEB_SITE="http://jocr.sourceforge.net/"
11 TARBALL="$PACKAGE-$VERSION.tar.gz"
12 WGET_URL="http://www-e.uni-magdeburg.de/jschulen/ocr/$TARBALL"
14 compile_rules()
15 {
16 sed -i 's|pnmtopng|pnm2png|' src/pnm.c
18 ./configure \
19 --prefix=/usr \
20 $CONFIGURE_ARGS &&
21 make &&
22 make DESTDIR=$install install
23 }
25 genpkg_rules()
26 {
27 copy @std
28 DEPENDS="libpng"
29 }