-
Notifications
You must be signed in to change notification settings - Fork 50
/
libbitcoin-node.pc.in
37 lines (29 loc) · 1.31 KB
/
libbitcoin-node.pc.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
###############################################################################
# Copyright (c) 2014-2023 libbitcoin-node developers (see COPYING).
#
# GENERATED SOURCE CODE, DO NOT EDIT EXCEPT EXPERIMENTALLY
#
###############################################################################
# Substitutions
#==============================================================================
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
# Metadata
#==============================================================================
Name: libbitcoin-node
Description: Bitcoin Full Node
URL: https://github.com/libbitcoin/libbitcoin-node
Version: @PACKAGE_VERSION@
# Variables
#==============================================================================
# Dependencies that publish package configuration.
#------------------------------------------------------------------------------
Requires: libbitcoin-database >= 4.0.0 libbitcoin-network >= 4.0.0
# Include directory and any other required compiler flags.
#------------------------------------------------------------------------------
Cflags: -I${includedir}
# Lib directory, lib and any required that do not publish pkg-config.
#------------------------------------------------------------------------------
Libs: -L${libdir} -lbitcoin-node