cifs-utils: fork and bump to 6.15
[kiss-trunc88.git] / apulse / build
blob6fe883b3711b6b71a13c335f9990ce3d3c74219a
1 #!/bin/sh -e
3 export DESTDIR="$1"
5 cmake -B build \
6 -DCMAKE_INSTALL_PREFIX=/usr \
7 -DCMAKE_INSTALL_LIBDIR=/usr/lib \
8 -DCMAKE_SHARED_LIBS=True \
9 -DCMAKE_BUILD_TYPE=Release
11 cmake --build build
12 cmake --install build