# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=3 DESCRIPTION="utility that finds files with identical contents" HOMEPAGE="http://www.schweikhardt.net/samefile/index.html" SRC_URI="http://www.schweikhardt.net/${P}.tar.gz" LICENSE="NEWLIB" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="" RDEPEND="${DEPEND}" src_install() { dodoc README doman ${PN}.1 dobin ${PN} }