2
0
mirror of https://codeberg.org/kiss-community/repo synced 2024-07-02 14:02:27 +00:00
repo/extra/mpv/build
2019-10-29 11:33:55 +00:00

14 lines
226 B
Bash
Executable File

#!/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-libass
python waf build
python waf install --destdir="$1"