]> git.armaanb.net Git - asd-repo.git/blob - desktop/mpv/build
d38ce4d949dbe6cda935350b6c01509ac4d914b7
[asd-repo.git] / desktop / mpv / build
1 #!/bin/sh -e
2
3 ln -s waf-2.0.18 waf
4
5 python waf configure \
6     --prefix=/usr \
7     --mandir=/usr/share/man \
8     --confdir=/etc/mpv \
9     --enable-alsa \
10     --enable-lua \
11     --lua=52
12
13 python waf build
14 python waf install --destdir="$1"