# Copyright 1999-2005 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later # $Header:$ DESCRIPTION="Extract text based on Rows And Columns." HOMEPAGE="http://aurelio.net/rac/" SRC_URI="http://aurelio.net/rac/src/rac-1.2.tgz" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86" IUSE="" src_compile() { cd ${S}/src make || die } src_install () { dobin src/rac doman doc/rac.1 dodoc Changelog.txt COPYING LEIAME doc/emu.txt doc/usando-texto.html docinto tutorial dodoc doc/* }