blob: 0971dc45a21ba7ff7efacd0b0e40d0b3f2c9c86b (
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 fragmentation
Description: Provides API for sending and receiving messages that are larger than the MTU of the transport
URL: http://gnunet.org
Version: @VERSION@
Requires:
Libs: -L${libdir} -lgnunetfragmentation
Cflags: -I${includedir}
|