1# xxHash - Extremely fast hash algorithm 2# Copyright (C) 2012-2020, Yann Collet, Facebook 3# BSD 2-Clause License (https://www.opensource.org/licenses/bsd-license.php) 4 5prefix=@PREFIX@ 6exec_prefix=@EXECPREFIX@ 7includedir=${prefix}/@INCLUDEDIR@ 8libdir=${exec_prefix}/@LIBDIR@ 9 10Name: xxhash 11Description: extremely fast hash algorithm 12URL: http://www.xxhash.com/ 13Version: @VERSION@ 14Libs: -L${libdir} -lxxhash 15Cflags: -I${includedir} 16