wok-next rev 21163

argon2: restore stuff/libargon2.pc
author Aleksej Bobylev <al.bobylev@gmail.com>
date Thu Feb 21 14:58:33 2019 +0200 (2019-02-21)
parents 99837eb6967b
children 9a2b4a8379d5
files argon2/stuff/libargon2.pc
line diff
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/argon2/stuff/libargon2.pc	Thu Feb 21 14:58:33 2019 +0200
     1.3 @@ -0,0 +1,11 @@
     1.4 +prefix=/usr
     1.5 +exec_prefix=${prefix}
     1.6 +libdir=${prefix}/lib
     1.7 +includedir=${prefix}/include
     1.8 +
     1.9 +Name: libargon2
    1.10 +Description: Development libraries for libargon2
    1.11 +Version: @VERSION@
    1.12 +Libs: -L${libdir} -largon2 -lrt -ldl
    1.13 +Cflags:
    1.14 +URL: https://github.com/P-H-C/phc-winner-argon2