gocr _unstable_ port information

Package: gocr
Version: 0.44
Revision: 1
Maintainer: None
Depends: netpbm10-shlibs, libjpeg-bin, transfig-graphicx
BuildDepends: netpbm10
Source: mirror:sourceforge:jocr/%n-%v.tar.gz
Source-MD5: 8657cb057d7836ed171b5705d5e082c8
PatchScript: <<
perl -pi -e 's/(CFLAGS=)(.*)(-I\.\.\/include)/\1 \3 \2 /' src/Makefile.in
perl -pi -e 's/-L\.//' src/Makefile.in
cp -p src/Makefile.in src/Makefile.in.orig
( echo "prefix = @prefix@"; echo "exec_prefix = @exec_prefix@"; cat src/Makefile.in.orig ) > src/Makefile.in
<<
ConfigureParams: --mandir=%p/share/man
CompileScript: <<
./configure %c
make src man doc
<<
InstallScript: <<
make DESTDIR=%d install
<<
DocFiles: AUTHORS BUGS CREDITS HISTORY README* REMARK.txt REVIEW TODO gpl.html doc/gocr.html
DescPort: <<
Clean up -I and -L flag ordering, missing configure variable pass
<<
DescPackaging: <<
Lots of conversions are via popen() commands, not lib linking (see src/gocr.c).

Don't build examples, so don't need fig2dev and gs

Don't build frontend, so don't need gtk1
<<
Description: Command line OCR program
Homepage: http://jocr.sourceforge.net
License: GPL