mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
e458fcca75
Update the project website links contained in to repository to reference the secure https://zfsonlinux.org address. Reviewed-By: Richard Laager <rlaager@wiktel.com> Reviewed-by: George Melikov <mail@gmelikov.ru> Reviewed-by: Garrett Fields <ghfields@gmail.com> Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl> Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov> Closes #9837
13 lines
280 B
PkgConfig
13 lines
280 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libzfs
|
|
Description: LibZFS library
|
|
Version: @VERSION@
|
|
URL: https://zfsonlinux.org
|
|
Requires: libzfs_core
|
|
Cflags: -I${includedir}/libzfs -I${includedir}/libspl
|
|
Libs: -L${libdir} -lzfs -lnvpair
|