# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils DESCRIPTION="Client library to create audio fingerprints" HOMEPAGE="http://www.musicdns.org/" SRC_URI="http://www.musicdns.org/themes/musicdns_org/downloads/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" IUSE="" RDEPEND="dev-libs/expat net-misc/curl >=sci-libs/fftw-3" DEPEND="${RDEPEND}" src_install() { make install DESTDIR=${D} or die "make install failed" dodoc README }