summaryrefslogtreecommitdiff
blob: bf816a8ba81dd9a6910f87f28347557cc65901f0 (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
26
27
28
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/bmp-wma/bmp-wma-0.1.1-r1.ebuild,v 1.2 2005/07/25 11:49:09 dholm Exp $

IUSE="wma123"

DESCRIPTION="BMP plugin to play windows media audio format files"
HOMEPAGE="http://bmp-plugins.berlios.de/bmp-wma.html"
SRC_URI="http://www.nixp.ru/pub/files/${P}.tar.gz"

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

DEPEND="media-sound/beep-media-player"

src_compile() {
	econf \
		`use_enable x86` \
		`use_enable wma123` \
		--disable-static || die
	emake
}

src_install () {
	make DESTDIR=${D} install || die
	dodoc AUTHORS ChangeLog README
}