aboutsummaryrefslogtreecommitdiff
path: root/community/mpc
diff options
context:
space:
mode:
authorCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
committerCem Keylan <cem@ckyln.com>2020-03-11 20:51:22 +0300
commit2e6fe916b8f9298d3c2927e50419248989325a1e (patch)
treeda7ff4c4edf2992903bf96be9bfd7c50cddc6b6c /community/mpc
parent16c097315b1c6eb028a92d151ddbc99a43f208af (diff)
downloadrepository-2e6fe916b8f9298d3c2927e50419248989325a1e.tar.gz
mpd/depends/tools: add to community
Diffstat (limited to 'community/mpc')
-rwxr-xr-xcommunity/mpc/build10
-rw-r--r--community/mpc/checksums1
-rw-r--r--community/mpc/depends3
-rw-r--r--community/mpc/sources1
-rw-r--r--community/mpc/version1
5 files changed, 16 insertions, 0 deletions
diff --git a/community/mpc/build b/community/mpc/build
new file mode 100755
index 00000000..64ee0e20
--- /dev/null
+++ b/community/mpc/build
@@ -0,0 +1,10 @@
+#!/bin/sh -e
+
+export DESTDIR="$1"
+
+meson \
+ --prefix=/usr \
+ . output
+
+ninja -C output
+ninja -C output install
diff --git a/community/mpc/checksums b/community/mpc/checksums
new file mode 100644
index 00000000..8d942307
--- /dev/null
+++ b/community/mpc/checksums
@@ -0,0 +1 @@
+4f40ccbe18f5095437283cfc525a97815e983cbfd3a29e48ff610fa4f1bf1296 mpc-0.33.tar.xz
diff --git a/community/mpc/depends b/community/mpc/depends
new file mode 100644
index 00000000..990e9522
--- /dev/null
+++ b/community/mpc/depends
@@ -0,0 +1,3 @@
+libmpdclient
+meson make
+mpd
diff --git a/community/mpc/sources b/community/mpc/sources
new file mode 100644
index 00000000..d671b704
--- /dev/null
+++ b/community/mpc/sources
@@ -0,0 +1 @@
+https://www.musicpd.org/download/mpc/0/mpc-0.33.tar.xz
diff --git a/community/mpc/version b/community/mpc/version
new file mode 100644
index 00000000..e38a26a9
--- /dev/null
+++ b/community/mpc/version
@@ -0,0 +1 @@
+0.33 1