blob: 1c5a6350f06147e784990849fd61671e0daf2599 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
inherit base subversion
ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/src"
DESCRIPTION="An open source Spotify client and library"
HOMEPAGE="http://despotify.se/"
LICENSE="BSD-2"
SLOT="0"
KEYWORDS=""
IUSE=""
DEPEND="sys-libs/zlib
dev-libs/openssl
media-libs/libvorbis
media-libs/libao"
RDEPEND="${DEPEND}"
DOCS=(README TODO)
|