Openembedded Devel Discussions
 help / color / mirror / Atom feed
* [PATCH 1/2] libmpdclient: new recipe
@ 2018-09-20 19:59 Max Kellermann
  2018-09-20 19:59 ` [PATCH 2/2] mpc: " Max Kellermann
  2018-09-21  0:18 ` [PATCH 1/2] libmpdclient: " Khem Raj
  0 siblings, 2 replies; 8+ messages in thread
From: Max Kellermann @ 2018-09-20 19:59 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Max Kellermann

From: Max Kellermann <max.kellermann@gmail.com>

Signed-off-by: Max Kellermann <max.kellermann@gmail.com>
---
 .../recipes-multimedia/musicpd/libmpdclient_2.15.bb  | 12 ++++++++++++
 1 file changed, 12 insertions(+)
 create mode 100644 meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb

diff --git a/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb
new file mode 100644
index 000000000..889231864
--- /dev/null
+++ b/meta-multimedia/recipes-multimedia/musicpd/libmpdclient_2.15.bb
@@ -0,0 +1,12 @@
+SUMMARY = "C client library for the Music Player Daemon"
+LICENSE = "BSD"
+LIC_FILES_CHKSUM = "file://COPYING;md5=06b9dfd2f197dc514d8ef06549684b77"
+HOMEPAGE = "https://www.musicpd.org/libs/libmpdclient/"
+
+inherit meson
+
+TAG = "v${PV}"
+SRC_URI = " \
+    git://github.com/MusicPlayerDaemon/libmpdclient;tag=${TAG};nobranch=1 \
+"
+S = "${WORKDIR}/git"
-- 
2.18.0



^ permalink raw reply related	[flat|nested] 8+ messages in thread

end of thread, other threads:[~2018-09-21 15:54 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-09-20 19:59 [PATCH 1/2] libmpdclient: new recipe Max Kellermann
2018-09-20 19:59 ` [PATCH 2/2] mpc: " Max Kellermann
2018-09-21  0:18   ` Khem Raj
2018-09-21  9:28     ` [PATCH v2] " Max Kellermann
2018-09-21  0:18 ` [PATCH 1/2] libmpdclient: " Khem Raj
2018-09-21  9:28   ` [PATCH v2] " Max Kellermann
2018-09-21 15:33     ` Khem Raj
2018-09-21 15:54       ` [PATCH v3] " Max Kellermann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox