blob: 4fb54e05b6c5b242ed3ae1d36f829fb7a09ca79a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/media-sound/leechcraft-touchstreams/leechcraft-touchstreams-9999.ebuild,v 1.1 2012/12/18 13:17:56 maksbotan Exp $
EAPI="4"
inherit leechcraft
DESCRIPTION="VKontakte music source plugin for LeechCraft"
SLOT="0"
KEYWORDS=""
IUSE="debug"
DEPEND="~net-misc/leechcraft-core-${PV}
>=dev-libs/boost-1.52.0
x11-libs/qt-webkit:4"
RDEPEND="${DEPEND}"
|