summaryrefslogtreecommitdiff
blob: 9c9086d19f8ad3339a59d8df9e8cb3cfe781d68c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-plugins/gmpc-alarm/gmpc-alarm-0.20.0.ebuild,v 1.2 2011/02/17 13:53:12 hwoarang Exp $

EAPI=4
inherit cmake-utils

DESCRIPTION="Makes a playlist with last.fm information"
HOMEPAGE="http://gmpc.wikia.com/wiki/GMPC_PLUGIN_DYNAMIC_PLAYLIST"
SRC_URI="https://bitbucket.org/misery/dynamic-playlist/downloads/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""

RDEPEND=">=media-sound/gmpc-${PV}"
DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext"