summaryrefslogtreecommitdiff
blob: 8a3229b625850887f45b9eac803f5216aeae0b6d (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
25
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/snd-aoa/snd-aoa-060519.ebuild,v 1.1 2006/05/19 16:03:03 josejx Exp $

inherit linux-mod

DESCRIPTION="ALSA sound driver for late model Macs."
HOMEPAGE="http://johannes.sipsolutions.net/snd-aoa.git"
SRC_URI="mirror://gentoo/${P}.tar.bz2"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc"
IUSE=""

DEPEND=""
RDEPEND=""

BUILD_TARGETS="modules"
MODULE_NAMES="snd-aoa(sound:${S}:${S}/aoa/)
			  snd-aoa-fabric-layout(sound:${S}:${S}/aoa/fabrics/)
			  snd-aoa-codec-onyx(sound:${S}:${S}/aoa/codecs/onyx/)
			  snd-aoa-codec-tas(sound:${S}:${S}/aoa/codecs/tas/)
			  soundbus(sound:${S}:${S}/soundbus/)
			  i2sbus(sound:${S}:${S}/soundbus/i2sbus/)"