aboutsummaryrefslogtreecommitdiffstats
path: root/meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb
blob: 6fac5b2e7d84fc7cd98d63f62ca6edb9852a52b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
SUMMARY = "A minimalist command line interface to the Music Player Daemon"
LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe"
HOMEPAGE = "https://www.musicpd.org/clients/mpc/"

inherit meson

DEPENDS += " \
    libmpdclient \
"

SRC_URI = " \
    git://github.com/MusicPlayerDaemon/mpc \
"
SRCREV = "6fc4e639152daeebb19e0fdfb277252acc734fc5"
S = "${WORKDIR}/git"