# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ DESCRIPTION="Library for creating MusicBrainz DiscIDs from audio CDs." HOMEPAGE="http://musicbrainz.org/doc/libdiscid" SRC_URI="http://users.musicbrainz.org/~matt/${P}.tar.gz" LICENSE="LGPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" DEPEND="dev-util/pkgconfig" src_install() { make install DESTDIR=${D} }