summaryrefslogtreecommitdiff
blob: 2f46c8250d31c07154063d242fe5eaf42d845a9e (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
29
30
31
32
33
# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-misc/streamtuner/streamtuner-0.12.4.ebuild,v 1.4 2005/01/30 08:55:17 eradicator Exp $

IUSE="xmms"

inherit gnome2 eutils

DESCRIPTION="Stream directory browser for browsing internet radio streams"
SRC_URI="http://savannah.nongnu.org/download/${PN}/${P}.tar.gz"
HOMEPAGE="http://www.nongnu.org/streamtuner/"

SLOT="0"
KEYWORDS="x86 ~ppc amd64 sparc"
LICENSE="BSD"

DEPEND=">=x11-libs/gtk+-2.2.2
	>=net-misc/curl-7.10.8
	>=app-text/scrollkeeper-0.3.0
	dev-util/pkgconfig"

RDEPEND="${DEPEND}
	 xmms? ( media-sound/xmms )"

DOCS="AUTHORS ChangeLog INSTALL NEWS README TODO"

src_unpack() {
	unpack ${A}

	cd ${S}
	# sandbox errors work around
	gnome2_omf_fix ${S}/help/C/Makefile.in
}