2
0
mirror of https://git.sr.ht/~sircmpwn/mkproof synced 2024-09-28 23:41:15 +02:00

libargon2: add a pkg-config stub

Signed-off-by: Luca Bruno <lucab@debian.org>
This commit is contained in:
Luca Bruno 2016-05-15 12:06:56 +02:00
parent 95cb6b9d43
commit 02dc1b8780
No known key found for this signature in database
GPG Key ID: A9834A2252078E4E

16
libargon2.pc Normal file

@ -0,0 +1,16 @@
# libargon2 info for pkg-config
## Template for downstream installers:
## - replace @HOST_MULTIARCH@ with target arch, eg 'x86_64-linux-gnu'
## - replace @UPSTREAM_VER@ with current version, eg '20160406'
prefix=/usr
exec_prefix=${prefix}
libdir=${prefix}/lib/@HOST_MULTIARCH@
includedir=${prefix}/include
Name: libargon2
Description: Development libraries for libargon2
Version: @UPSTREAM_VER@
Libs: -L${libdir} -largon2 -lrt -ldl
Cflags:
URL: https://github.com/P-H-C/phc-winner-argon2