]> git.armaanb.net Git - asd-repo.git/blobdiff - junk/mpv/build
mpv: move to junk
[asd-repo.git] / junk / mpv / build
diff --git a/junk/mpv/build b/junk/mpv/build
new file mode 100755 (executable)
index 0000000..d38ce4d
--- /dev/null
@@ -0,0 +1,14 @@
+#!/bin/sh -e
+
+ln -s waf-2.0.18 waf
+
+python waf configure \
+    --prefix=/usr \
+    --mandir=/usr/share/man \
+    --confdir=/etc/mpv \
+    --enable-alsa \
+    --enable-lua \
+    --lua=52
+
+python waf build
+python waf install --destdir="$1"