From be1c7e50e1e8809ea56f2c9d472eccd8ffd73a97 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Fri, 19 Apr 2024 04:57:58 +0200 Subject: Adding upstream version 1.44.3. Signed-off-by: Daniel Baumann --- web/server/h2o/libh2o/libh2o.pc.in | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 web/server/h2o/libh2o/libh2o.pc.in (limited to 'web/server/h2o/libh2o/libh2o.pc.in') diff --git a/web/server/h2o/libh2o/libh2o.pc.in b/web/server/h2o/libh2o/libh2o.pc.in new file mode 100644 index 00000000..cbda928f --- /dev/null +++ b/web/server/h2o/libh2o/libh2o.pc.in @@ -0,0 +1,12 @@ +prefix=@CMAKE_INSTALL_PREFIX@ +exec_prefix=${prefix} +includedir=${prefix}/include +libdir=@CMAKE_INSTALL_FULL_LIBDIR@ + +Name: libh2o +Description: An optimized HTTP/1.x & HTTP/2 library +URL: https://h2o.examp1e.net/ +Version: @LIBRARY_VERSION_MAJOR@.@LIBRARY_VERSION_MINOR@.@LIBRARY_VERSION_PATCH@ +Requires.private: libuv >= 1.0.0 +Libs: -L${libdir} -lh2o +Cflags: -I${includedir} -- cgit v1.2.3