mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-12 23:10:30 +00:00
mpc: new recipe
Signed-off-by: Max Kellermann <max.kellermann@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
e307d43e75
commit
ddf5db65ce
16
meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb
Normal file
16
meta-multimedia/recipes-multimedia/musicpd/mpc_0.30.bb
Normal file
@ -0,0 +1,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"
|
||||
Loading…
x
Reference in New Issue
Block a user