# Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-libs/libreplaygain/libreplaygain-465.ebuild,v 1.2 2010/10/01 19:03:19 grobian Exp $ EAPI=3 inherit cmake-utils # svn export http://svn.musepack.net/libreplaygain libreplaygain-${PV} # tar -cjf libreplaygain-${PV}.tar.bz2 libreplaygain-${PV} DESCRIPTION="Replay Gain library from Musepack" HOMEPAGE="http://www.musepack.net" SRC_URI="http://dev.gentoo.org/~ssuominen/${P}.tar.bz2" #SRC_URI="mirror://gentoo/${P}.tar.bz2" LICENSE="LGPL-2.1" SLOT="0" KEYWORDS="~alpha ~amd64 ~hppa ~ppc ~ppc64 ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" IUSE="" src_prepare() { cmake-utils_src_prepare sed -e "s!-O3!${CFLAGS}!" -i CMakeLists.txt } src_install() { cmake-utils_src_install insinto /usr/include doins -r include/replaygain || die }