# SliTaz package receipt. PACKAGE="gocr" VERSION="0.49" CATEGORY="office" SHORT_DESC="Optical Character Recognition program." MAINTAINER="pascal.bellard@slitaz.org" TARBALL="$PACKAGE-$VERSION.tar.gz" WEB_SITE="http://jocr.sourceforge.net/" WGET_URL="http://www-e.uni-magdeburg.de/jschulen/ocr/$TARBALL" # Rules to configure and make the package. compile_rules() { cd $src ./configure --prefix=/usr \ --mandir=/usr/share/man \ $CONFIGURE_ARGS && make && make DESTDIR=$PWD/_pkg install } # Rules to gen a SliTaz package suitable for Tazpkg. genpkg_rules() { mkdir -p $fs/bin cp -a $_pkg/bin/gocr $fs/bin }