gocr _unstable_ port information

Package: gocr
Version: 0.49
Revision: 1
Maintainer: None
Depends: netpbm10-shlibs, libjpeg-bin, transfig-graphicx
BuildDepends: netpbm10
#Source: mirror:sourceforge:jocr/%n-%v.tar.gz
Source: http://www-e.uni-magdeburg.de/jschulen/ocr/%n-%v.tar.gz
Source-MD5: 4e527bc4bdd97c2be15fdd818857507f
PatchScript: <<
perl -pi -e 's/(CFLAGS=)(.*)(-I\.\.\/include)/\1 \3 \2 /' 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