wok-next annotate gocr/receipt @ rev 21638

updated fail2ban (0.9.0 -> 0.11.1)
author Hans-G?nter Theisgen
date Fri Jun 26 15:26:10 2020 +0100 (2020-06-26)
parents d5aab818505e
children 99b2ee64d6fc
rev   line source
al@21020 1 # SliTaz package receipt v2.
pascal@3728 2
pascal@3728 3 PACKAGE="gocr"
pankso@16482 4 VERSION="0.50"
pascal@3728 5 CATEGORY="office"
al@21020 6 SHORT_DESC="Optical Character Recognition program"
pascal@3728 7 MAINTAINER="pascal.bellard@slitaz.org"
pascal@15215 8 LICENSE="GPL"
al@21020 9 WEB_SITE="http://jocr.sourceforge.net/"
al@21020 10
pascal@3728 11 TARBALL="$PACKAGE-$VERSION.tar.gz"
gokhlayeh@7966 12 WGET_URL="http://www-e.uni-magdeburg.de/jschulen/ocr/$TARBALL"
pascal@3728 13
al@21020 14 compile_rules() {
al@21020 15 sed -i 's|pnmtopng|pnm2png|' src/pnm.c
pascal@14032 16
pankso@16482 17 ./configure \
pankso@16482 18 --prefix=/usr \
pankso@16482 19 $CONFIGURE_ARGS &&
pascal@3728 20 make &&
al@21020 21 make DESTDIR=$install install
pascal@3728 22 }
pascal@3728 23
al@21020 24 genpkg_rules() {
al@21020 25 copy @std
al@21078 26 DEPENDS="libpng"
pascal@3728 27 }