# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: 2007/09/12 14:46:45 $ inherit mono eutils DESCRIPTION="Taglib# 2.0 - Managed tag reader/writer" HOMEPAGE="http://www.taglib-sharp.com" SRC_URI="http://www.taglib-sharp.com/Download/${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" RDEPEND=">=dev-lang/mono-1.1" DEPEND="${RDEPEND}" src_compile() { # I couldn't get the documentation working without violations econf --disable-docs || die "configure failed" emake -j1 || die "make failed" } src_install() { emake DESTDIR="${D}" install || die "make install failed" dodoc AUTHORS ChangeLog NEWS README }