# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI="5" EGIT_REPO_URI="git://github.com/notandy/${PN}.git" if [[ ${PV} = 9999* ]]; then GIT_ECLASS="git-2" fi inherit cmake-utils $GIT_ECLASS DESCRIPTION="Standalone MPD Web GUI written in C, utilizing Websockets and Bootstrap/JS" HOMEPAGE="http://www.ympd.org" if [[ ${PV} = 9999* ]]; then SRC_URI="" else SRC_URI="https://github.com/notandy/${PN}/archive/v${PV}.tar.gz" fi LICENSE="GPLv2" SLOT="0" KEYWORDS="" IUSE="" DEPEND="media-libs/libmpdclient"