wok-next view gocr/receipt @ rev 21722

efivar: typo in post_install
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 10:31:46 2020 +0000 (2020-09-01)
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 }