From e3492fa1dbde96d849493a7a7814f851b999c6d8 Mon Sep 17 00:00:00 2001 From: azahi Date: Sat, 10 Aug 2019 16:21:41 +0300 Subject: media-sound/mpdas: Add --- media-sound/mpdas/mpdas-0.4.5.ebuild | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 media-sound/mpdas/mpdas-0.4.5.ebuild (limited to 'media-sound/mpdas/mpdas-0.4.5.ebuild') diff --git a/media-sound/mpdas/mpdas-0.4.5.ebuild b/media-sound/mpdas/mpdas-0.4.5.ebuild new file mode 100644 index 0000000..8634837 --- /dev/null +++ b/media-sound/mpdas/mpdas-0.4.5.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit toolchain-funcs + +DESCRIPTION="AudioScrobbler client for MPD written in C++" +HOMEPAGE="https://50hz.ws/mpdas/" +SRC_URI="https://50hz.ws/${PN}/${P}.tar.gz" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +BDEPEND="virtual/pkgconfig" +DEPEND="media-libs/libmpdclient + net-misc/curl +" +RDEPEND="${DEPEND}" + +src_compile() { + tc-export CXX + emake CONFIG="/etc" +} + +src_install() { + dobin ${PN} + doman ${PN}.1 + dodoc mpdasrc.example README +} -- cgit 1.4.1