diff options
author | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:11:50 -0500 |
---|---|---|
committer | Justin Riley <justin.t.riley@gmail.com> | 2012-01-30 23:11:50 -0500 |
commit | a12eba3fee25e060ff780e6dbd7530e1b3353d50 (patch) | |
tree | f15279ce91ba67cf7dbf92d138bf46614e899214 /media-sound | |
parent | add autobench 2.1.2 ebuild (diff) | |
download | jtriley-a12eba3fee25e060ff780e6dbd7530e1b3353d50.tar.gz jtriley-a12eba3fee25e060ff780e6dbd7530e1b3353d50.tar.bz2 jtriley-a12eba3fee25e060ff780e6dbd7530e1b3353d50.zip |
add spotify 0.6.2.291 ebuild
Diffstat (limited to 'media-sound')
-rw-r--r-- | media-sound/spotify/spotify-0.6.2.291.ebuild | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/media-sound/spotify/spotify-0.6.2.291.ebuild b/media-sound/spotify/spotify-0.6.2.291.ebuild new file mode 100644 index 0000000..394d5e1 --- /dev/null +++ b/media-sound/spotify/spotify-0.6.2.291.ebuild @@ -0,0 +1,46 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +DESCRIPTION="Spotify desktop client" +HOMEPAGE="http://www.spotify.com/" + +LICENSE="Spotify" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +MY_PV="${PV}.gcccc1f5.116-1" +MY_P="${PN}-client-qt_${MY_PV}" + +SRC_BASE="http://repository.spotify.com/pool/non-free/${PN:0:1}/${PN}/" +SRC_URI=" + x86? ( ${SRC_BASE}${MY_P}_i386.deb ) + amd64? ( ${SRC_BASE}${MY_P}_amd64.deb ) + " + +RDEPEND=" + dev-libs/openssl:0.9.8 + >=media-libs/alsa-lib-1.0.14 + >=sys-devel/gcc-4.0 + >=sys-libs/glibc-2.6 + >=x11-libs/qt-core-4.5 + >=x11-libs/qt-dbus-4.5 + >=x11-libs/qt-gui-4.5 + >=x11-libs/qt-webkit-4.5 + " + +RESTRICT="mirror strip" + +src_unpack() { + for MY_A in ${A}; do + unpack ${MY_A} + unpack ./data.tar.gz + done +} + +src_install() { + mv "${WORKDIR}"/usr "${D}" || die "Install failed" +} |