unflac: new package from git
[kiss-trunc88.git] / megatools-experimental / build
blobd0305e4c054384d54c013906c54972f72da0f63e
1 #!/bin/sh -e
3 #export A2X=/bin/true
5 meson \
6 --prefix=/usr \
7 -Dbuildtype=plain \
8 -Ddebug=false \
9 -Dstrip=true \
10 -Db_ndebug=true \
11 . build
13 ninja -C build
14 ninja -C build install
16 rm -rf "$1/usr/share/doc"