mirror of
https://github.com/kdave/btrfs-progs
synced 2024-12-14 10:25:27 +00:00
02ffc977be
The wiki has been archived so remove the links from manual page footers. Also replace the wiki link by RTD site in configure and libbtrfsutil. Signed-off-by: David Sterba <dsterba@suse.com>
12 lines
255 B
PkgConfig
12 lines
255 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libbtrfsutil
|
|
Description: libbtrfsutil library
|
|
Version: @BTRFS_VERSION_PLAIN@
|
|
URL: https://btrfs.readthedocs.io
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lbtrfsutil
|