2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-15 20:32:26 +00:00
repo/testing/mpv/build
2019-08-05 00:07:28 +03:00

15 lines
279 B
Bash
Executable File

#!/bin/sh -e
python ./bootstrap.py
python waf configure \
--prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
--enable-alsa \
--enable-libass \
--enable-libmpv-shared \
--enable-uchardet
python waf build
python waf install --destdir="$1"