blob: be1f695f169f61a86f379f35e6d3c5dbb52e47cc (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/streamtuner-xiph/streamtuner-xiph-0.1.0.ebuild,v 1.10 2005/09/04 10:31:21 flameeyes Exp $
DESCRIPTION="A plugin for Streamtuner to play xiph.org streams."
SRC_URI="http://savannah.nongnu.org/download/streamtuner/${P}.tar.gz"
HOMEPAGE="http://www.nongnu.org/streamtuner/"
IUSE=""
SLOT="0"
KEYWORDS="amd64 ~ppc sparc x86"
LICENSE="BSD"
DEPEND=">=net-misc/streamtuner-0.12.0
>=media-libs/libvorbis-1.0"
src_install () {
make DESTDIR=${D} install || die
dodoc AUTHORS ChangeLog NEWS README
}
|