blob: 028d7cb807e9def198f311ba009f2dce88ccc078 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
prefix=@prefix@
exec_prefix=@exec_prefix@
libdir=@libdir@
includedir=@includedir@
Name: @PACKAGE@
Version: @VERSION@
Description: Portable Packet Construction and Injection API
URL: @PACKAGE_URL@
Requires:
Libs: -L${libdir} -lnet @LTLIBINTL@
Cflags: -I${includedir}
|