xref: /spdk/scripts/pc.sh (revision c680e3a05b1a903c18bf3f75b732765607126f45)
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