blob: 9a0ddf80d73f015029713f9d1cc427b67a9a8340 (
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 datastore
Description: Management API for the datastore for files stored on a GNUnet node
URL: http://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetdatastore
Cflags: -I${includedir}
|