File: libbase58.pc.in

package info (click to toggle)
libbase58 0.1.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 192 kB
  • sloc: ansic: 288; makefile: 35; sh: 32
file content (10 lines) | stat: -rw-r--r-- 234 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@

Name: @PACKAGE_NAME@
Description: Library for Bitcoin's base58 encoding.
Version: @PACKAGE_VERSION@
Libs: -L${libdir} -lbase58
Cflags: -I${includedir}