mirror of
https://git.sr.ht/~cismonx/bookmarkfs
synced 2025-06-07 11:48:51 +00:00
22 lines
590 B
PkgConfig
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
|