# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ inherit eutils IUSE="" S=${WORKDIR}/speex-xmms DESCRIPTION="XMMS speex plugin" HOMEPAGE="http://jzb.rapanden.dk/projects/speex-xmms" SRC_URI="http://jzb.rapanden.dk/pub/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" DEPEND="media-sound/xmms >=media-libs/libogg-1.1 >=media-libs/speex-1.1.5 >=x11-libs/gtk+-1.2.10-r11" src_unpack() { unpack ${A} cd ${S} } src_compile() { emake OPT="$CFLAGS" || die "emake failed" } src_install() { make DESTDIR=${D} install || die dodoc COPYING README doexe libspeex.so }