| Version | EAPI | Keywords | Slot |
|---|---|---|---|
| 0.4.5 | 7 | amd64 x86 | 0 |
# Copyright 1999-2024 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 x86"
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
newinitd "${FILESDIR}/${PN}.init" ${PN}
dodoc mpdasrc.example README
}
pkg_postinst() {
elog "For further configuration help consult the README in"
elog "${EPREFIX}/usr/share/doc/${PF}"
}
media-libs/libmpdclient net-misc/curl
media-libs/libmpdclient net-misc/curl
virtual/pkgconfig
| Type | File | Size | Source URLs |
|---|---|---|---|
| DIST | mpdas-0.4.5.tar.gz | 19108 bytes | https://50hz.ws/mpdas/mpdas-0.4.5.tar.gz |