From 02dc1b87806e2af96604574523712d475f2e3d99 Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Sun, 15 May 2016 12:06:56 +0200 Subject: [PATCH] libargon2: add a pkg-config stub Signed-off-by: Luca Bruno --- libargon2.pc | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 libargon2.pc diff --git a/libargon2.pc b/libargon2.pc new file mode 100644 index 0000000..8bce107 --- /dev/null +++ b/libargon2.pc @@ -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