blob: 4842f6f1c3d3bd06e02875fd4cb66a3d9c9e2ec2 [file] [log] [blame] [edit]
# xxHash - Extremely fast hash algorithm
# Copyright (C) 2012-2021, Yann Collet, Facebook
# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php)
prefix=@PREFIX@
exec_prefix=@EXECPREFIX@
includedir=@INCLUDEDIR@
libdir=@LIBDIR@
Name: xxhash
Description: extremely fast hash algorithm
URL: http://www.xxhash.com/
Version: @VERSION@
License: BSD-2-clause
Libs: -L${libdir} -lxxhash
Cflags: -I${includedir}