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 | 81847f8d833303e39cca968b1c256e3ccda1fc78 (patch) | |
tree | 7b6166352e692d2227f4c4ef70fb8346c166cd8b /x11-plugins | |
parent | added ~ppc to KEYWORDS (diff) | |
download | historical-81847f8d833303e39cca968b1c256e3ccda1fc78.tar.gz historical-81847f8d833303e39cca968b1c256e3ccda1fc78.tar.bz2 historical-81847f8d833303e39cca968b1c256e3ccda1fc78.zip |
minor cleanups
Diffstat (limited to 'x11-plugins')
-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 } |