mirror of
https://github.com/BLAKE2/libb2
synced 2024-11-23 00:32:03 +01:00
13 lines
279 B
PkgConfig
13 lines
279 B
PkgConfig
prefix=@prefix@
|
|
exec_prefix=@exec_prefix@
|
|
libdir=@libdir@
|
|
includedir=@includedir@
|
|
|
|
Name: libb2
|
|
Description: C library providing BLAKE2b, BLAKE2s, BLAKE2bp, BLAKE2sp
|
|
URL: https://github.com/BLAKE2/libb2
|
|
Version: @VERSION@
|
|
Requires:
|
|
Cflags: -I${includedir}
|
|
Libs: -L${libdir} -lb2
|