48
|
1 |
# Copyright 1999-2012 Gentoo Foundation |
|
2 |
# Distributed under the terms of the GNU General Public License v2 |
|
3 |
# $Header: $ |
|
4 |
|
|
5 |
EAPI=4 |
|
6 |
|
|
7 |
DESCRIPTION="Feed MPD playlist with artist similar to your currently playing trac" |
|
8 |
HOMEPAGE="http://codingteam.net/project/sima" |
|
9 |
SRC_URI="http://codingteam.net/project/sima/download/file/${PN}_${PV}.tar.xz" |
|
10 |
|
|
11 |
LICENSE="GPL-3" |
|
12 |
SLOT="0" |
|
13 |
KEYWORDS="~amd64" |
|
14 |
IUSE="" |
|
15 |
|
|
16 |
S="${WORKDIR}/${PN}_${PV}" |
|
17 |
|
|
18 |
DEPEND="" |
|
19 |
RDEPEND="${DEPEND} |
|
20 |
dev-python/python-mpd" |
|
21 |
|
|
22 |
src_compile() { |
|
23 |
emake PREFIX="/usr" |
|
24 |
} |
|
25 |
|
|
26 |
src_install() { |
|
27 |
emake DESTDIR="${D}" PREFIX="/usr" install |
|
28 |
} |