media-sound/mpd_sima/mpd_sima-0.10.0.ebuild
author Da Risk <da_risk@geekorum.com>
Sun, 25 Aug 2013 16:07:48 +0200
changeset 100 46f1d73f62f3
parent 48 1c08ccc7236d
permissions -rw-r--r--
RbCommitHook : add missing dependency on rbtools (Portage version: 2.2.1/hg/Linux x86_64, unsigned Manifest commit)

# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $

EAPI=4

DESCRIPTION="Feed MPD playlist with artist similar to your currently playing trac"
HOMEPAGE="http://codingteam.net/project/sima"
SRC_URI="http://codingteam.net/project/sima/download/file/${PN}_${PV}.tar.xz"

LICENSE="GPL-3"
SLOT="0"
KEYWORDS="~amd64"
IUSE=""

S="${WORKDIR}/${PN}_${PV}"

DEPEND=""
RDEPEND="${DEPEND}
		dev-python/python-mpd"

src_compile() {
	emake PREFIX="/usr"
}

src_install() {
	emake DESTDIR="${D}" PREFIX="/usr" install
}