# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header$ DESCRIPTION="ua is a simple command-line tool that finds sets of identical files." HOMEPAGE="http://oss.euedge.com/wiki/UaMainPage" SRC_URI="http://oss.euedge.com/downloads/${P}.tar.gz" LICENSE="MPL-1.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~sparc ~x86" IUSE="" DEPEND="dev-libs/openssl" src_compile() { econf || die "configuration failed" emake || die "compilation failed" } src_install() { einstall || die "make install failed" dodoc README }