clean cvs header
[gentoo-zh.git] / media-plugins / audacious-mac / audacious-mac-0.3.10.ebuild
blob55c9d94d4e0e4e95a6ba2462820159ad2cd20315
1 # Copyright 1999-2021 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
4 DESCRIPTION="Monkey's Audio Codec plugin for audacious"
5 HOMEPAGE="http://www.netswarm.net/"
6 SRC_URI="http://www.netswarm.net/misc/${P}.tar.gz"
8 LICENSE="GPL-2"
9 SLOT="0"
10 KEYWORDS="~amd64 ~x86"
11 IUSE=""
13 DEPEND="
14 media-sound/audacious
15 media-sound/mac"
16 RDEPEND="media-sound/audacious"
18 RESTRICT="primaryuri"
20 src_compile() {
21 econf || die "econf failed"
22 emake || die "emake failed"
25 src_install() {
26 emake DESTDIR="${D}" install || die "install failed"