xref: /spdk/scripts/pc.sh (revision eb53c23236cccb6b698b7ca70ee783da1c574b5f)
1#!/usr/bin/env bash
2#  SPDX-License-Identifier: BSD-3-Clause
3#  Copyright (C) 2020 Intel Corporation
4#  All rights reserved.
5#
6cat << EOF
7Description: SPDK $3 library
8Name: spdk_$3
9Version: $4
10Libs: -L${2:-"$1/lib"}  -lspdk_$3
11Requires: $5
12Libs.private: $6
13Cflags: -I$1/include
14EOF
15