annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/pkgconfig/libnghttp2.pc @ 69:33d812a61356

planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author jpayne
date Tue, 18 Mar 2025 17:55:14 -0400
parents
children
rev   line source
jpayne@69 1 # nghttp2 - HTTP/2 C Library
jpayne@69 2
jpayne@69 3 # Copyright (c) 2012, 2013 Tatsuhiro Tsujikawa
jpayne@69 4
jpayne@69 5 # Permission is hereby granted, free of charge, to any person obtaining
jpayne@69 6 # a copy of this software and associated documentation files (the
jpayne@69 7 # "Software"), to deal in the Software without restriction, including
jpayne@69 8 # without limitation the rights to use, copy, modify, merge, publish,
jpayne@69 9 # distribute, sublicense, and/or sell copies of the Software, and to
jpayne@69 10 # permit persons to whom the Software is furnished to do so, subject to
jpayne@69 11 # the following conditions:
jpayne@69 12
jpayne@69 13 # The above copyright notice and this permission notice shall be
jpayne@69 14 # included in all copies or substantial portions of the Software.
jpayne@69 15
jpayne@69 16 # THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
jpayne@69 17 # EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
jpayne@69 18 # MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
jpayne@69 19 # NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
jpayne@69 20 # LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
jpayne@69 21 # OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
jpayne@69 22 # WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
jpayne@69 23 prefix=/mnt/c/Users/crash/Documents/BobLiterman/CSP2_Galaxy/CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce
jpayne@69 24 exec_prefix=${prefix}
jpayne@69 25 libdir=${exec_prefix}/lib
jpayne@69 26 includedir=${prefix}/include
jpayne@69 27
jpayne@69 28 Name: libnghttp2
jpayne@69 29 Description: HTTP/2 C library
jpayne@69 30 URL: https://github.com/tatsuhiro-t/nghttp2
jpayne@69 31 Version: 1.51.0
jpayne@69 32 Libs: -L${libdir} -lnghttp2
jpayne@69 33 Cflags: -I${includedir}