summaryrefslogtreecommitdiff
path: root/liburing.pc.in
diff options
context:
space:
mode:
Diffstat (limited to 'liburing.pc.in')
-rw-r--r--liburing.pc.in12
1 files changed, 12 insertions, 0 deletions
diff --git a/liburing.pc.in b/liburing.pc.in
new file mode 100644
index 0000000..e621939
--- /dev/null
+++ b/liburing.pc.in
@@ -0,0 +1,12 @@
+prefix=@prefix@
+exec_prefix=${prefix}
+libdir=@libdir@
+includedir=@includedir@
+
+Name: @NAME@
+Version: @VERSION@
+Description: io_uring library
+URL: http://git.kernel.dk/cgit/liburing/
+
+Libs: -L${libdir} -luring
+Cflags: -I${includedir}