bookmarkfs/bookmarkfs_util.pc.in
CismonX 81db7a786c
build: rename bookmarkfs.pc -> bookmarkfs_util.pc
Also update configure_ext.m4 to support EX_DEP() with underscores
in package name.
2025-04-01 12:49:21 +08:00

22 lines
590 B
PkgConfig

#
# Copyright (C) 2024 CismonX <admin@cismon.net>
#
# Copying and distribution of this file, with or without modification, are
# permitted in any medium without royalty, provided the copyright notice and
# this notice are preserved. This file is offered as-is, without any warranty.
#
package=@PACKAGE@
version=@VERSION@
prefix=@prefix@
exec_prefix=@exec_prefix@
includedir=@includedir@
libdir=@libdir@
Name: ${package}_util
Description: BookmarkFS Utility Library
Version: ${version}
URL: https://www.nongnu.org/bookmarkfs/
Cflags: -I${includedir}
Libs: -L${libdir} -lbookmarkfs_util