• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1prefix=@prefix@
2exec_prefix=${prefix}
3libdir=@libdir@
4includedir=@includedir@
5
6Name: @NAME@
7Version: @VERSION@
8Description: io_uring library
9URL: http://git.kernel.dk/cgit/liburing/
10
11Libs: -L${libdir} -luring
12Cflags: -I${includedir}
13