export CFLAGS="$SLKCFLAGS" export CXXFLAGS="$SLKCFLAGS" cd build ninja || exit 1 DESTDIR=$PKG ninja install || exit 1 cd ..