# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Header: SRC_URI="" ESVN_REPO_URI="https://theory5.chem.pitt.edu/svn/mpd/ncmpc/trunk/" ESVN_BOOTSTRAP="autogen.sh" inherit subversion S="${WORKDIR}/${P}" DESCRIPTION="A curses client for Music Player Daemon (media-sound/mpd)" HOMEPAGE="http://musicpd.org/" LICENSE="GPL-2" SLOT="0" KEYWORDS="x86 ppc amd64 ~fbsd ~sparc ~alpha ~hppa ~mips" IUSE="nls debug" DEPEND=">=sys-devel/autoconf-2.52 >=automake-1.6 sys-libs/ncurses >=dev-libs/glib-2.4 dev-util/subversion" RDEPEND="!media-sound/ncmpc" S=${WORKDIR}/${ECVS_MODULE}ncmpc-svn/ src_compile() { local myconf="--enable-clock-screen" # Fixes bug 27584 export WANT_AUTOCONF=2.5 cd ${S} econf $(use_enable nls) $(use_enable debug) ${myconf} || die emake || die } src_install() { make install DESTDIR=${D} \ docdir=/usr/share/doc/ncmpc-svn \ install || die prepalldocs }