summaryrefslogtreecommitdiff
blob: 0b3efa26b7fecfc4245190208df2f895cb4c67a8 (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
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/gpodder/gpodder-0.9.2.ebuild,v 1.1 2007/06/11 11:16:28 hanno Exp $

inherit distutils

DESCRIPTION="gPodder is a Podcast receiver/catcher written in Python, using GTK."
HOMEPAGE="http://gpodder.berlios.de/"
SRC_URI="mirror://berlios/${PN}/${P}.tar.gz"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="ipod"
RESTRICT="test"

DEPEND="dev-python/pygtk
	>=dev-python/pyxml-0.8.4
	ipod? (
		dev-python/eyeD3
		media-libs/libgpod
	)"

src_compile() {
	emake generators || die
	emake messages || die
	distutils_src_compile || die
}