2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-10-04 00:10:58 -06:00
repo/extra/mpv/build

13 lines
204 B
Plaintext
Raw Normal View History

2019-08-04 15:07:28 -06:00
#!/bin/sh -e
ln -s waf-2.0.18 waf
2019-08-04 15:07:28 -06:00
python waf configure \
--prefix=/usr \
--mandir=/usr/share/man \
--confdir=/etc/mpv \
2020-11-22 21:58:28 -07:00
--enable-alsa
2019-08-04 15:07:28 -06:00
python waf build
python waf install --destdir="$1"