# Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: /home/cvsroot/gentoo-x86/media-plugins/xmms-mad/xmms-mad-0.1.1.ebuild,v 1.2 2002/10/04 05:51:40 vapier Exp $ S=${WORKDIR}/${P} DESCRIPTION="A XMMS plugin for MAD" SRC_URI="http://www.superduper.net/downloads/xmms-mad/${P}.tar.gz" HOMEPAGE="http://www.superduper.net/xmms-mad/" SLOT="0" LICENSE="GPL-2" KEYWORDS="x86" DEPEND="media-sound/xmms >=media-sound/mad-0.14.2b-r2" src_compile() { econf || die "./configure failed" emake || die } src_install () { make DESTDIR=${D} install || die "Make failed" dodoc AUTHORS COPYING ChangeLog NEWS README }