# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ #inherit eutils DESCRIPTION="Tool to mute and restore the sound with only a key" HOMEPAGE="http://superwebman2001.wordswideweb.com/" SRC_URI="http://superwebman2001.wordswideweb.com/linux/un-mute/${P}.tar.gz" LICENSE="as-is" SLOT="0" KEYWORDS="x86 ppc sparc mips alpha arm hppa amd64 ia64" IUSE="" DEPEND="media-sound/aumix" RDEPEND="" src_unpack() { unpack ${A} } src_compile() { econf || die "econf failed" emake || die "emake failed" } src_install() { einstall || die }