blob: 687b6a0a7f49b3f1614a941b6fe27d47b2adab0f (
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 fs
Description: Provides API for GNUnet File-Sharing service
URL: http://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetfs
Cflags: -I${includedir}
|