annotate CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/pkgconfig/libnghttp2.pc @ 68:5028fdace37b

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