]> git.ipfire.org Git - thirdparty/vectorscan.git/commitdiff
pkgconfig: Correct library description
authorJeremy Linton <jeremy.linton@arm.com>
Tue, 20 Feb 2024 19:48:05 +0000 (13:48 -0600)
committerJeremy Linton <jeremy.linton@arm.com>
Thu, 7 Mar 2024 23:55:47 +0000 (17:55 -0600)
Correct the description in the pkgconfig file, but
leave the name alone as we want to remain compatible
with projects utilizing hyperscan.

Signed-off-by: Jeremy Linton <jeremy.linton@arm.com>
libhs.pc.in

index 3ad2b90ccc590a0d71954f75696577c1b4a756dd..d1e3ffb0e6bdf06087b41e1b5893634ca8d5cfa7 100644 (file)
@@ -4,7 +4,7 @@ libdir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_LIBDIR@
 includedir=@CMAKE_INSTALL_PREFIX@/@CMAKE_INSTALL_INCLUDEDIR@
 
 Name: libhs
-Description: Intel(R) Hyperscan Library
+Description: A portable fork of the high-performance regular expression matching library
 Version: @HS_VERSION@
 Libs: -L${libdir} -lhs
 Cflags: -I${includedir}/hs