1 # Copyright 1999-2012 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
6 inherit autotools bash-completion-r1 git-2
8 DESCRIPTION
="A commandline client for Music Player Daemon (media-sound/mpd)"
9 HOMEPAGE
="http://www.musicpd.org"
10 EGIT_REPO_URI
="git://git.musicpd.org/master/mpc.git"
11 EGIT_BOOTSTRAP
="eautoreconf"
18 RDEPEND
="~media-libs/libmpdclient-9999
19 iconv? ( virtual/libiconv )"
23 DOCS
=( AUTHORS NEWS README
doc
/mpd-m3u-handler.sh
doc
/mppledit
24 doc
/mpd-pls-handler.sh
)
27 econf $
(use_enable
iconv) \
28 --docdir="${EPREFIX}"/usr
/share
/doc
/${PF}
33 newbashcomp
doc
/mpc-completion.bash
${PN}