repo/testing/mpv/build

15 lines
279 B
Plaintext
Raw Normal View History

2019-08-04 21:07:28 +00:00
#!/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"