2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-07 08:22:28 +00:00
repo/extra/mpv/build

14 lines
255 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 \
2019-08-05 05:33:30 +00:00
--enable-libmpv-shared
2019-08-04 21:07:28 +00:00
python waf build
python waf install --destdir="$1"