# Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 DESCRIPTION="An OCR (Optical Character Recognition) program" SRC_URI="http://ftp.rutgers.edu/pub/mandrake/Mandrake-devel/projects/${PN}ocr/${P}.tar.gz" HOMEPAGE="http://www.claraocr.org/" SLOT="0" LICENSE="GPL" KEYWORDS="x86" IUSE="" DEPEND="virtual/x11" src_unpack() { unpack ${A} } src_compile() { emake || die emake doc || die } src_install() { into /usr dobin clara selthresh.pl doman doc/clara-*.1 dodoc ANNOUNCE CHANGELOG COPYING INSTALL doc/FAQ README insinto /usr/share/doc/${P} doins imre.pbm dohtml doc/clara-*.html }