]> Pileus Git - ~andy/sunrise/blob - dev-ruby/ruby-mpd/ruby-mpd-0.2.3.ebuild
51db0b0280585bedde196e52802200455dac4790
[~andy/sunrise] / dev-ruby / ruby-mpd / ruby-mpd-0.2.3.ebuild
1 # Copyright 1999-2008 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: $
4
5 inherit ruby
6
7 MY_P=${P/ruby-mpd/mpd-rb}
8
9 DESCRIPTION="Ruby class for communicating with an MPD server"
10 HOMEPAGE="http://www.andsoforth.com/geek/mpd_rb.html"
11 SRC_URI="http://www.andsoforth.com/downloads/mpd-rb/${MY_P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~x86"
16 IUSE=""
17
18 RDEPEND="media-sound/mpd"
19
20 S=${WORKDIR}/${MY_P}