Home | History | Annotate | Download | only in libnfnetlink
      1 # libnfnetlink pkg-config file
      2 
      3 prefix=@prefix@
      4 exec_prefix=@exec_prefix@
      5 libdir=@libdir@
      6 includedir=@includedir@
      7 
      8 Name: libnfnetlink
      9 Description: Low-level netfilter netlink communication library
     10 URL: http://netfilter.org/projects/libnfnetlink/
     11 Version: @VERSION@
     12 Requires:
     13 Conflicts:
     14 Libs: -L${libdir} -lnfnetlink
     15 Cflags: -I${includedir}
     16