File: baseencode.pc.in

package info (click to toggle)
libbaseencode 1.0.15-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 192 kB
  • sloc: ansic: 648; sh: 5; makefile: 3
file content (11 lines) | stat: -rw-r--r-- 352 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
prefix=@CMAKE_INSTALL_PREFIX@
exec_prefix=${prefix}
libdir=@PKGCONFIG_TARGET_LIBS@
includedir=@PKGCONFIG_TARGET_INCLUDES@

Name: libbaseencode
Description: C library for encoding and decoding data using base32 or base64
Version: @BUILD_VERSION@
URL: https://github.com/paolostivanin/libbaseencode
Libs: -L${libdir} -lbaseencode
Cflags: -I${includedir}