blob: 27e77f7635eceb3aa1094b9dbe635a698b753080 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: GNUnet IDENTITY
Description: library to access and organize private keys of the user's egos
URL: https://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetidentity
Cflags: -I${includedir}
|