unflac: new package from git
[kiss-trunc88.git] / python-gobject / build
blob0c2752bcb68514875069c5e294bef153c8c71634
1 #!/bin/sh -e
3 meson \
4 -Dprefix=/usr \
5 -Dbuildtype=plain \
6 -Ddebug=false \
7 -Dstrip=true \
8 -Db_ndebug=true \
9 -Dtests=false \
10 . build
12 ninja -C build
13 ninja -C build install