blob: 28af40329b10ee62b79774433bbd12e2c6cdabf5 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.7 2003/10/16 16:10:23 drobbins Exp $
S=${WORKDIR}/${P}
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/"
DEPEND="virtual/x11
=media-libs/alsa-lib-0.5*"
SLOT="0"
LICENSE="GPL-2"
KEYWORDS="x86 sparc amd64"
src_compile() {
emake || die "emake failed"
}
src_install() {
dodoc README COPYING
dobin wmmixer-alsa
}
|