# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Finds similarities between files" HOMEPAGE="http://www.cs.vu.nl/~dick/sim.html" SRC_URI="http://ftp.icm.edu.pl/packages/similarity_tester/sim_2_26.zip" LICENSE="BSD" SLOT="0" KEYWORDS="x86 amd64" IUSE="" DEPEND="sys-devel/flex" RDEPEND="" src_unpack() { unpack ${A} cd "${S}" epatch "${FILESDIR}"/fix-configuration.patch || die "epatch failed" } src_install() { emake DESTDIR="${D}" CC="$(tc-getCC)" install || die "emake install failed" dodoc Answers ChangeLog READ_ME README.1ST TechnReport ToDo VERSION sim.pdf dodoc sim.html }