xref: /spdk/scripts/pc.sh (revision a6dbe3721eb3b5990707fc3e378c95e505dd8ab5)
1#!/usr/bin/env bash
2cat << EOF
3Description: SPDK $3 library
4Name: spdk_$3
5Version: $4
6Libs: -L${2:-"$1/lib"}  -lspdk_$3
7Requires: $5
8Libs.private: $6
9Cflags: -I$1/include
10EOF
11