# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ EAPI=4 DESCRIPTION="Extended Module Player" HOMEPAGE="http://xmp.sourceforge.net/" SRC_URI="mirror://sourceforge/xmp/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="alsa oss pulseaudio" RDEPEND=">=media-libs/libxmp-4.3.0 alsa? ( media-libs/alsa-lib ) pulseaudio? ( media-sound/pulseaudio )" DEPEND="${RDEPEND} virtual/pkgconfig oss? ( virtual/os-headers )" src_configure() { econf \ $(use_enable oss) \ $(use_enable alsa) \ $(use_enable pulseaudio) } src_install() { default doman src/xmp.1 dodoc -r README CREDITS INSTALL Changelog }