mpv: switch to meson
[kiss-trunc88.git] / ecasound / build
blob92b51d96e470d80925ae4697cc72029363e3ab6a
1 #!/bin/sh -e
3 ./configure \
4 --prefix=/usr \
5 --sysconfdir=/etc \
6 --localstatedir=/var
7 make
8 make DESTDIR="$1" install