# Copyright 1999-2004 Gentoo Technologies, Inc.; alexf # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-plugins/xmms-morestate/xmms-morestate-1.2.ebuild,v 1.2 2004/02/19 01:28:16 mholzer Exp $ DESCRIPTION=" XMMS Morestate restores ESD volume, song time, and playing/paused status" SRC_URI="mirror://sourceforge/xmms-morestate/${P}.tar.gz" RESTRICT="nomirror" HOMEPAGE="http://xmms-morestate.sourceforge.net" SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~amd64 ~ppc ~ppc64 ~sparc" IUSE="" DEPEND=">=media-sound/xmms-1.2.7" src_compile() { econf || die "Configuration failed." emake || die "Make failed." } src_install() { make DESTDIR=${D} install || die "Install failed." dodoc AUTHORS ChangeLog INSTALL README }