# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/musicbrainz/musicbrainz-4.0.0.ebuild,v 1.1 2012/02/21 07:26:01 ssuominen Exp $ EAPI=4 CMAKE_IN_SOURCE_BUILD=1 inherit cmake-utils DESCRIPTION="Client library to access metadata of mp3/vorbis/CD media" HOMEPAGE="http://musicbrainz.org/" SRC_URI="http://ftp.musicbrainz.org/pub/musicbrainz/lib${P}.tar.gz" LICENSE="LGPL-2.1" SLOT="4" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux" IUSE="test" RDEPEND="net-libs/neon" DEPEND="${RDEPEND} test? ( dev-util/cppunit )" S=${WORKDIR}/lib${P} DOCS="README.txt NEWS.txt AUTHORS.txt" src_prepare() { sed -i -e 's:-Werror::' {examples,src,tests}/CMakeLists.txt || die }