]> Pileus Git - ~andy/sunrise/blob - media-sound/despotify/despotify-9999.ebuild
sci-geosciences/aweather: Bump to 0.8, update homepage, and test on amd64
[~andy/sunrise] / media-sound / despotify / despotify-9999.ebuild
1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit base subversion
6
7 ESVN_REPO_URI="https://${PN}.svn.sourceforge.net/svnroot/${PN}/src"
8
9 DESCRIPTION="An open source Spotify client and library"
10 HOMEPAGE="http://despotify.se/"
11
12 LICENSE="BSD-2"
13 SLOT="0"
14 KEYWORDS=""
15 IUSE=""
16
17 DEPEND="sys-libs/zlib
18         dev-libs/openssl
19         media-libs/libvorbis
20         media-libs/libao"
21 RDEPEND="${DEPEND}"
22
23 DOCS=(README TODO)