diff options
author | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 01:33:43 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2002-11-04 01:33:43 +0000 |
commit | d147dec02d35bd32c759766430e2697d79a2e1e2 (patch) | |
tree | 716606a9c58002d0afe9699833cba38126b75f31 /x11-plugins/wmmixer-alsa | |
parent | added ~ppc to KEYWORDS (diff) | |
download | gentoo-2-d147dec02d35bd32c759766430e2697d79a2e1e2.tar.gz gentoo-2-d147dec02d35bd32c759766430e2697d79a2e1e2.tar.bz2 gentoo-2-d147dec02d35bd32c759766430e2697d79a2e1e2.zip |
minor cleanups
Diffstat (limited to 'x11-plugins/wmmixer-alsa')
-rw-r--r-- | x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild index a39360eff28c..5589ce7e8144 100644 --- a/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild +++ b/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild @@ -1,9 +1,9 @@ # Copyright (c) Vitaly Kushneriuk # Distributed under the terms of the GNU General Public License, v2. -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.1 2002/08/30 07:44:13 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmixer-alsa/wmmixer-alsa-0.6.ebuild,v 1.2 2002/11/04 01:33:43 vapier Exp $ S=${WORKDIR}/${P} -DESCRIPTION="A hacked version of wmmixer by Sam Hawker to make it use ALSA in stead of the OSS sound drivers in the linux kernel." +DESCRIPTION="hacked version of wmmixer to make it use ALSA instead of the OSS" SRC_URI="http://bohemians.org/~iznogood/wmmixer-alsa/${P}.tar.gz" HOMEPAGE="http://bohemians.org/~iznogood/" @@ -15,10 +15,10 @@ LICENSE="GPL-2" KEYWORDS="x86 sparc sparc64" src_compile() { - emake || die + emake || die "emake failed" } -src_install () { +src_install() { dodoc README COPYING dobin wmmixer-alsa } |